]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blob - makefile
Update bin/whatever-dl and the configuration class for the other changes.
[dead/whatever-dl.git] / makefile
1 .PHONY : test
2
3 # Ruby 1.9 doesn't include the current directory in the load path, so
4 # we pass them on the command-line.
5 test:
6 ruby -I. test/test_suite.rb
7
8 remote_test:
9 ruby -I. test/remote_test_suite.rb