git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@120 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mkarlesky
2011-02-18 03:51:55 +00:00
parent 02f12f7a4c
commit a82bbbacf4

View File

@ -17,7 +17,7 @@ include RakefileHelpers
DEFAULT_CONFIG_FILE = 'gcc.yml'
configure_toolchain(DEFAULT_CONFIG_FILE)
desc "Test unity with it's own unit tests"
desc "Test unity with its own unit tests"
task :unit do
run_tests get_unit_test_files
end