lexilla/scripts/RunTest.bat
2022-03-25 14:27:09 +11:00

8 lines
147 B
Batchfile

rem Test lexers
rem build lexilla.dll and TestLexers.exe then run TestLexers.exe
cd ../src
make --jobs=4 DEBUG=1
cd ../test
make DEBUG=1
make test