X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=makefile;h=2a39f6bee4e7999a210492bb80f286fff2e68e8b;hp=9e702a36b19787052a745a9485c112cb5decaff6;hb=097749b9e9d7ab29bb78f681f01865741aea9342;hpb=168ef3b2ccf5b97d561a3c542a18e8e7587de291 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