notepad-plus-plus/scintilla/lexilla/scripts/RunTest.bat

8 lines
122 B
Batchfile
Raw Normal View History

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