mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-09 16:19:41 +01:00
8 lines
122 B
Batchfile
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
|