pineapple-notepad/3rdparty/lexilla532/lexilla/scripts/RunTest.bat

8 lines
147 B
Batchfile
Raw Normal View History

2024-07-02 23:47:26 +08:00
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