Create bintreeTest.c file
This commit is contained in:
parent
9f15c0c01f
commit
7652d3ea7d
19
bintreeTest.c
Normal file
19
bintreeTest.c
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include "unity.h"
|
||||||
|
#include "bintree.h"
|
||||||
|
|
||||||
|
|
||||||
|
void setUp(void){
|
||||||
|
//Use if needed
|
||||||
|
}
|
||||||
|
void tearDown(void){
|
||||||
|
//Use if needed
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
UNITY_BEGIN();
|
||||||
|
|
||||||
|
printf("\n============================\nBintree tests\n============================\n");
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user