Gutting test code, going to be just doing it proeprly when the library upfornt api is done.

This commit is contained in:
2023-04-09 14:51:37 -04:00
parent 56d7aa1d72
commit f3b5e90ddc
9 changed files with 15 additions and 770 deletions

View File

@ -1,9 +1,7 @@
#include "Bloat.cpp"
#include "math.hpp"
#include "Array.hpp"
#ifdef gen_time
#ifdef gentime
#include "gen.cpp"
int gen_main()
@ -15,23 +13,15 @@ int gen_main()
gen::init();
int
result = gen_math();
// result = gen_array_file();
Memory::cleanup();
return result;
}
#endif
#ifndef gen_time
#include "math.hpp"
#ifdef runtime
int main()
{
u32 result = square( 5U );
zpl_printf("TEST RESULT: %d", result);
return 0;
}
#endif