summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2011-02-18 22:04:32 +0000
committerGravatar MichalMoskal <unknown>2011-02-18 22:04:32 +0000
commit68b4c9c855b8d23e0bdc19078ba4a15eb48297b2 (patch)
tree1e6a1164a18f94c472e8b4a30d0bb3be6d2fff3e /Test
parenteed7cd2bc7b7b564f884934351af721f008b9594 (diff)
Allow for passing flags to test runs
Diffstat (limited to 'Test')
-rw-r--r--Test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/Makefile b/Test/Makefile
index dab13bd2..5b43a7af 100644
--- a/Test/Makefile
+++ b/Test/Makefile
@@ -14,4 +14,4 @@ long:
$(MAKE) TESTS="$(NORMAL) $(LONG)" all
run-%:
- @./runtest.bat $*
+ @./runtest.bat $* $(FLAGS)