diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:43:36 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:43:36 +0000 |
commit | 8102e1c720ee5c7b51a5f522b844979845f586ef (patch) | |
tree | d7520607c70f8e3a3d9679f5bd7ce6f800aabb8f /t/test-suite | |
parent | bce5062abe17c3c2fa0b7d4b15c6eb17493a17fd (diff) |
Fixed include paths.
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 5c886ef..9b5ea0b 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/ -I./parser/ -I../parser/ +#!/usr/bin/ruby -I../bin/ -I./bin/ -Ilib/ -I../lib/ # # This is a simple wrapper that will run the complete test-suite. # |