1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 10:14:28 +01:00

Use correct macro for unity_fixture's FAIL.

Output used headers from test runner generator
This commit is contained in:
Mark VanderVoord
2015-08-18 08:03:50 -04:00
parent f97e03d063
commit 98e8590fce
2 changed files with 2 additions and 3 deletions

View File

@@ -369,6 +369,5 @@ if ($0 == __FILE__)
#create the default test runner name if not specified
ARGV[1] = ARGV[0].gsub(".c","_Runner.c") if (!ARGV[1])
UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1])
puts UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1]).inspect
end