chore: bump scintilla and lexilla version
This commit is contained in:
12
3rdparty/lexilla545/lexilla/scripts/RunTest.sh
vendored
Normal file
12
3rdparty/lexilla545/lexilla/scripts/RunTest.sh
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# Test lexers
|
||||
# build lexilla.so and TestLexers then run TestLexers
|
||||
JOBS="--jobs=$(getconf _NPROCESSORS_ONLN)"
|
||||
(
|
||||
cd ../src
|
||||
make "$JOBS" DEBUG=1
|
||||
)
|
||||
(
|
||||
cd ../test
|
||||
make DEBUG=1
|
||||
make test
|
||||
)
|
Reference in New Issue
Block a user