diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 16:20:48 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 16:20:48 +0000 |
commit | 81be23b84c0c7f4ddd3b3c9aff2d4767bc2c2e94 (patch) | |
tree | d5bb638867a298fc6d300af092fc936b0cda5e94 /t/test-suite | |
parent | 4d05f7ad0566d28b5e8bc1f0a0c281f39486ec47 (diff) |
Allow the parser to be loaded.
Diffstat (limited to 't/test-suite')
-rwxr-xr-x | t/test-suite | 2 |
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. # |