From a111c32b957c012ac4147433acd01e130e2b98df Mon Sep 17 00:00:00 2001 From: mkarlesky Date: Mon, 25 May 2009 23:45:18 +0000 Subject: [PATCH] git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@107 bf332499-1b4d-0410-844d-d2d48d5cc64c --- rakefile.rb | 2 +- test/system/test_interations/basic_expect_and_return.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rakefile.rb b/rakefile.rb index 8c9f7c6..e5d0ab9 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -49,7 +49,7 @@ namespace :test do task :system => [:clobber] do report "\nRunning system tests..." - tests_failed = run_systests(FileList['test/system/cases/*.yml']) + tests_failed = run_systests(FileList['test/system/test_interactions/*.yml']) raise "System tests failed." if (tests_failed > 0) end end \ No newline at end of file diff --git a/test/system/test_interations/basic_expect_and_return.yml b/test/system/test_interations/basic_expect_and_return.yml index 294f205..aa3ead4 100644 --- a/test/system/test_interations/basic_expect_and_return.yml +++ b/test/system/test_interations/basic_expect_and_return.yml @@ -22,6 +22,8 @@ UINT32 function_c(int a); char* function_d(char a[], char* b); + void ( ( * const OSEKOStaskStartAddress [] ) ( void ) ); + :code: | UINT32 function_a(int a, int b) {