mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Add rake tasks for running tests
This commit is contained in:
parent
cfecf3542b
commit
c9883826bb
10
Rakefile
10
Rakefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user