Notepad3/lexilla/scripts/RunTest.bat
2021-03-11 16:54:16 +01:00

8 lines
122 B
Batchfile

rem Test lexers
rem build lexilla.dll and TestLexers.exe then run TestLexers.exe
cd ../src
make
cd ../test
make
make test