git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@107 bf332499-1b4d-0410-844d-d2d48d5cc64c

This commit is contained in:
mkarlesky
2009-05-25 23:45:18 +00:00
parent 4bfa5881ae
commit a111c32b95
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
@@ -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)
{