aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-02-03 15:07:20 +1100
committerNeil <nyamatongwe@gmail.com>2020-02-03 15:07:20 +1100
commited0cce0636f2871d7b75e382227f09f593301008 (patch)
tree5364f41a883b26888c8637f76e4757f254cccd0c
parenteaf67d1e62ffb55eefb92bb91d8d88e56d7cbef0 (diff)
downloadscintilla-mirror-ed0cce0636f2871d7b75e382227f09f593301008.tar.gz
Add batch file to test lexers.
-rw-r--r--lexilla/scripts/RunTest.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/lexilla/scripts/RunTest.bat b/lexilla/scripts/RunTest.bat
new file mode 100644
index 000000000..5ab853811
--- /dev/null
+++ b/lexilla/scripts/RunTest.bat
@@ -0,0 +1,7 @@
+rem Test lexers
+rem build lexilla.dll and TestLexers.exe then run TestLexers.exe
+cd ../src
+make
+cd ../test
+make
+make test