Added system test directory structure for c source files, tests, and build output.

Set up svn:externals for Unity C unit test framework and CException library.

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@7 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mkarlesky
2008-06-01 19:11:31 +00:00
parent 5cada7dbb9
commit f3058c9b88
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ require 'rake'
require 'rake/clean'
require 'rake/testtask'
CLEAN.include('test/system/build/' + '*.*')
task :default => [ 'tests:all' ]
task :default => [ :clobber, 'tests:all' ]
namespace :tests do
View File