mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-01 19:31:02 -07:00
Gutting test code, going to be just doing it proeprly when the library upfornt api is done.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user