- updated documentation

- parameterized tests now output parameters as part of message


git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@110 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mvandervoord
2010-12-28 15:32:20 +00:00
parent 26c61f611f
commit 4e4d4291d6
6 changed files with 4 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ include RakefileHelpers
DEFAULT_CONFIG_FILE = 'gcc.yml'
configure_toolchain(DEFAULT_CONFIG_FILE)
desc "Test unity with it's own unit tests"
task :unit do
run_tests get_unit_test_files
end