diff options
author | Neil <nyamatongwe@gmail.com> | 2021-01-29 20:51:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-01-29 20:51:34 +1100 |
commit | 54341053b273c905afa7503d8dadcc4c46a0d2d3 (patch) | |
tree | e25fe4ee686d7d59068f46746006d62a8ca30692 /lexilla/scripts/RunTest.sh | |
parent | ba8b1a91525dd90f8fdcc75480f37815fecce2d2 (diff) | |
download | scintilla-mirror-54341053b273c905afa7503d8dadcc4c46a0d2d3.tar.gz |
Remove Lexilla files from Scintilla
Diffstat (limited to 'lexilla/scripts/RunTest.sh')
-rw-r--r-- | lexilla/scripts/RunTest.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lexilla/scripts/RunTest.sh b/lexilla/scripts/RunTest.sh deleted file mode 100644 index 76d7fa66d..000000000 --- a/lexilla/scripts/RunTest.sh +++ /dev/null @@ -1,7 +0,0 @@ -# Test lexers -# build lexilla.so and TestLexers then run TestLexers -cd ../src -make -cd ../test -make -make test |