Реорганизация тестов (в процессе)
This commit is contained in:
parent
43bf030295
commit
fcf793c758
41 changed files with 252 additions and 314 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include <basic-geometry.h>
|
||||
|
||||
#define TEST_SUCCES 0
|
||||
#define TEST_FAILED -1
|
||||
#define TEST_SUCCESS 0
|
||||
#define TEST_FAILED 1
|
||||
|
||||
void print_testing_section(const char * name);
|
||||
|
||||
|
|
@ -12,8 +12,6 @@ void print_testing_name(const char * name);
|
|||
|
||||
void print_testing_success();
|
||||
|
||||
void print_testing_failed();
|
||||
|
||||
void print_testing_warning(const char* message);
|
||||
void print_testing_failed(const char* message);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue