mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-28 04:18:47 +02:00
8 lines
109 B
Bash
8 lines
109 B
Bash
# Test lexers
|
|
# build lexilla.so and TestLexers then run TestLexers
|
|
cd ../src
|
|
make
|
|
cd ../test
|
|
make
|
|
make test
|