mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-22 01:57:28 +00:00
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@107 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user