.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 -I. test/test_suite.rb remote_test: ruby -I. test/remote_test_suite.rb