notepad-plus-plus/lexilla/scripts/RunTest.sh

8 lines
125 B
Bash
Raw Normal View History

# Test lexers
# build lexilla.so and TestLexers then run TestLexers
cd ../src
make DEBUG=1
cd ../test
make DEBUG=1
make test