Add rake tasks for running tests

This commit is contained in:
Moritz Bunkus 2012-08-02 11:26:54 +02:00
parent cfecf3542b
commit c9883826bb

View File

@ -568,6 +568,16 @@ namespace :clean do
end
end
# Tests
desc "Run all tests"
task :tests => [ 'tests:products' ]
namespace :tests do
desc "Run prodct tests from 'tests' sub-directory (requires data files to be present)"
task :products do
run "cd tests && ./run.rb"
end
end
#
# avilib-0.6.10
# librmff