2023-07-15 20:38:53 -07:00
|
|
|
# Scripts
|
|
|
|
|
2023-07-18 21:14:15 -07:00
|
|
|
Build and cleanup scripts for the test directory are found here along with `natvis` and `natstepfilter` files for debugging.
|
2023-07-15 20:38:53 -07:00
|
|
|
|
|
|
|
The build works as follows:
|
|
|
|
|
|
|
|
* Compile and run the meta-program, it will dump files to the `test/gen` directory.
|
|
|
|
* Format the files using clang-format
|
|
|
|
* Build a program that uses some the generated definitions. (Have not done yet)
|
|
|
|
|
|
|
|
The `test/gen` directory has the meson.build config for the meta-program
|
2023-07-18 21:14:15 -07:00
|
|
|
The `test` directory has the one for the dependent-program.
|