From f3058c9b88d34e6deb93a1de5327ceec52525e26 Mon Sep 17 00:00:00 2001 From: mkarlesky Date: Sun, 1 Jun 2008 19:11:31 +0000 Subject: [PATCH] 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 --- rakefile.rb | 3 ++- test/system/config.yml | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/system/config.yml diff --git a/rakefile.rb b/rakefile.rb index e0220ac..42ac875 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -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 diff --git a/test/system/config.yml b/test/system/config.yml new file mode 100644 index 0000000..e69de29