gencpp/test
Ed_ 80b5c9768d Adding tuning macros for memory usage of the library, fixes.
Reduced the sanity test case to half its original iterations.
2023-07-23 23:11:53 -04:00
..
gen Some refactors (see description) 2023-07-18 23:33:00 -04:00
Parsed Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00
Upfront Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00
meson.build Updated readme, added def_body and AST::validate_body 2023-07-12 15:59:47 -04:00
parsing.cpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
parsing.hpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
Readme.md Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00
sanity.cpp Adding tuning macros for memory usage of the library, fixes. 2023-07-23 23:11:53 -04:00
SOA.cpp GlobalAllocator fixes 2023-07-19 00:49:54 -04:00
test.cpp Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00
test.parsing.cpp Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00
test.Upfront.cpp Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00
upfront.cpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
upfront.hpp Refactor Test gen_time to GEN_TIME 2023-07-19 00:13:12 -04:00

Test

The following tests focus on attempting to generate some math, containers, and the memory module of zpl.

Not all the files are written how I would practically use the library, the containers for example would be better on in c++ as templates, since the templates they generate are trivial symbols to inspect or debug.

An example of a non-trivial generation is a container for elements with SOA or AOS policy for layout. (If a unified element syntax is desired)

The test is divided between two major sets of tests: Parsed and Upfront.