mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-30 03:34:27 +01:00
- added tests for generate_test_runner. other script tests to come
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@97 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@@ -22,6 +22,11 @@ task :unit do
|
||||
run_tests get_unit_test_files
|
||||
end
|
||||
|
||||
Rake::TestTask.new(:scripts) do |t|
|
||||
t.pattern = 'test/test_*.rb'
|
||||
t.verbose = true
|
||||
end
|
||||
|
||||
desc "Generate test summary"
|
||||
task :summary do
|
||||
report_summary
|
||||
|
||||
Reference in New Issue
Block a user