Notepad3/scintilla/lexilla/scripts/RunTest.bat
2020-04-28 16:05:17 +02: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