Notepad3/lexilla/scripts/RunTest.sh
2021-03-11 16:54:16 +01:00

8 lines
109 B
Bash

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