mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 02:11:36 +01:00
Examples projects, more complete documentation, and other beautification. It brings a tear to the eye.
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@4 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
6
rakefile
6
rakefile
@@ -9,7 +9,7 @@ require 'rakefile_helper'
|
||||
|
||||
include RakefileHelpers
|
||||
|
||||
CLEAN.include('bin/*')
|
||||
CLEAN.include('build/*')
|
||||
|
||||
desc "Build Unity and run tests."
|
||||
task :default => [:clobber, :all]
|
||||
@@ -25,7 +25,7 @@ task :summary do
|
||||
flush_output
|
||||
summary = UnityTestSummary.new
|
||||
summary.set_root_path($here)
|
||||
summary.set_targets(Dir["bin/*.test*"])
|
||||
summary.set_targets(Dir["build/*.test*"])
|
||||
summary.run
|
||||
end
|
||||
|
||||
@@ -47,7 +47,7 @@ end
|
||||
|
||||
rule /.*\.test/ => [BIN_EXTENSION] do |file|
|
||||
bin = file.name.ext BIN_EXTENSION
|
||||
test_results = 'bin\sim.txt'
|
||||
test_results = 'build\sim.txt'
|
||||
fail_file = file.name.ext 'testfail'
|
||||
if File.exist?(fail_file)
|
||||
rm_f fail_file
|
||||
|
||||
Reference in New Issue
Block a user