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

8 lines
168 B
Batchfile
Raw Permalink 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=%NUMBER_OF_PROCESSORS% DEBUG=1
2024-07-02 23:47:26 +08:00
cd ../test
make DEBUG=1
make test