bintreeTest file added
This commit is contained in:
parent
0c075ea18c
commit
cd13bbea4e
13
I2_Dobble/bintreeTest.c
Normal file
13
I2_Dobble/bintreeTest.c
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#include "bintree.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