Большое переименование
This commit is contained in:
parent
e354b2425c
commit
e7616ae80c
30 changed files with 1356 additions and 1348 deletions
|
@ -2,14 +2,14 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include "geometry_test.h"
|
||||
#include "sp_vector2_test.h"
|
||||
#include "fp32_vector2_test.h"
|
||||
|
||||
#define PROGRAM_RESULT_SUCCESS 0
|
||||
#define PROGRAM_RESULT_FAILED 1
|
||||
|
||||
int main()
|
||||
{
|
||||
if (test_sp_vector2() == TEST_RESULT_FAILED) {
|
||||
if (test_bg_fp32_vector2() == TEST_RESULT_FAILED) {
|
||||
return PROGRAM_RESULT_FAILED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue