gencpp/test
Ed_ 2200bcde9a Improved singleheader test
Need to make the debug_str provided by the AST type aware to provide as much contextual information as possible (finally got to this point with validation).

Singleheader test now directly calls clang-format to cleanup the reconstructed copy of the singleheader. Its needed to remove any sort of formatting discrepancies found by the parser since its sensistive to that for new-lines, etc.
2023-09-05 13:36:59 -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
CURSED_TYPEDEF.h Added cursed typedef 2023-09-04 12:32:31 -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 Added support for inline comments 2023-08-23 00:25:14 -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 Improved singleheader test 2023-09-05 13:36:59 -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.