Базовая версия библиотеки. Версия 0.2.0-dev
This commit is contained in:
parent
b086af7f66
commit
6a56e85052
39 changed files with 6200 additions and 1 deletions
17
test/geometry_test.h
Normal file
17
test/geometry_test.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef __GEOMETRY_TEST_H__
|
||||
#define __GEOMETRY_TEST_H__
|
||||
|
||||
#include <geometry.h>
|
||||
|
||||
#define TEST_RESULT_SUCCES 0
|
||||
#define TEST_RESULT_FAILED 100
|
||||
|
||||
void print_test_section(const char * name);
|
||||
|
||||
void print_test_name(const char * name);
|
||||
|
||||
void print_test_success();
|
||||
|
||||
void print_test_failed();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue