summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 16:20:48 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 16:20:48 +0000
commit81be23b84c0c7f4ddd3b3c9aff2d4767bc2c2e94 (patch)
treed5bb638867a298fc6d300af092fc936b0cda5e94 /t
parent4d05f7ad0566d28b5e8bc1f0a0c281f39486ec47 (diff)
Allow the parser to be loaded.
Diffstat (limited to 't')
-rwxr-xr-xt/test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-suite b/t/test-suite
index 39d9b39..5c886ef 100755
--- a/t/test-suite
+++ b/t/test-suite
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ -I../../worker/tests/ -I../worker/ -I../../worker/ -I./worker/
+#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ -I../../worker/tests/ -I../worker/ -I../../worker/ -I./worker/ -I./parser/ -I../parser/
#
# This is a simple wrapper that will run the complete test-suite.
#