diff options
Diffstat (limited to 'lexilla/scripts/RunTest.bat')
-rw-r--r-- | lexilla/scripts/RunTest.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lexilla/scripts/RunTest.bat b/lexilla/scripts/RunTest.bat new file mode 100644 index 000000000..5ab853811 --- /dev/null +++ b/lexilla/scripts/RunTest.bat @@ -0,0 +1,7 @@ +rem Test lexers +rem build lexilla.dll and TestLexers.exe then run TestLexers.exe +cd ../src +make +cd ../test +make +make test |