add test case
This commit is contained in:
parent
7c9b945386
commit
4947fb5553
4 changed files with 67 additions and 1 deletions
9
tests/test_func.c
Normal file
9
tests/test_func.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "test_func.h"
|
||||
|
||||
int testFunctionCounter = 0;
|
||||
|
||||
int testFunction()
|
||||
{
|
||||
testFunctionCounter++;
|
||||
return 42;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue