Using Unity (a special library for C for Unit tests)
This commit is contained in:
parent
857d79e572
commit
fd7c6c91cd
10 changed files with 4638 additions and 24 deletions
8
basic-geometry-test/main.h
Normal file
8
basic-geometry-test/main.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef BGC_TEST_MAIN_H_INCLUDED
|
||||
#define BGC_TEST_MAIN_H_INCLUDED
|
||||
|
||||
void setUp();
|
||||
|
||||
void tearDown();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue