X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=makefile;h=2a39f6bee4e7999a210492bb80f286fff2e68e8b;hp=9e702a36b19787052a745a9485c112cb5decaff6;hb=34e42ad8644d4f25b2dc3734abf7407055e9992c;hpb=ebba6d4d52735ca1833127e1966b79073cdc698b diff --git a/makefile b/makefile index 9e702a3..2a39f6b 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,9 @@ .PHONY : test +# Ruby 1.9 doesn't include the current directory in the load path, so +# we pass them on the command-line. test: - ruby test/test_suite.rb + ruby -I. test/test_suite.rb remote_test: - ruby test/remote_test_suite.rb + ruby -I. test/remote_test_suite.rb