stackTest file added
This commit is contained in:
parent
d6a439f85a
commit
0c075ea18c
13
I2_Dobble/stackTest.c
Normal file
13
I2_Dobble/stackTest.c
Normal file
@ -0,0 +1,13 @@
|
||||
#include "stack.h"
|
||||
#include "unity.h"
|
||||
#include "unity_internals.h"
|
||||
|
||||
void setUp(void) { }
|
||||
void tearDown(void) { }
|
||||
|
||||
int main()
|
||||
{
|
||||
UNITY_BEGIN();
|
||||
|
||||
return UNITY_END();
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user