gencpp/test
Ed_ 5e79e8ba65 Started to setup for codebase validation tests.
Fleshed out initial version of AST::is_equal( AST* )

Setup the test directory with initial files for each major validation test.
2023-08-22 16:01:50 -04:00
..
_old Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
GamePipeline Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
Godot Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
Unreal Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
ZPL-C Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
parsing.cpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
parsing.hpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
Readme.md Updated docs 2023-08-08 11:56:42 -04:00
sanity.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
SOA.cpp Simpilication of build script, added initial support for tests 2023-08-20 12:31:28 -04:00
test.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
upfront.cpp Fixes to memory mangment, library is much faster now. 2023-07-16 18:00:07 -04:00
upfront.hpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
validate.bootstrap.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00
validate.singleheader.cpp Started to setup for codebase validation tests. 2023-08-22 16:01:50 -04:00

Test

The implementaiton here is not well organized and needs a rewrite..

I only do basic sanity and parsing tests for the most part.
The library is getting practical usage tests in genc and other projects.