Rob Bocchino f706e977bb Revise C++ code gen
Remove unused header includes
2024-05-01 10:06:16 -07:00
..
2024-05-01 10:06:16 -07:00
2024-05-01 10:06:16 -07:00
2023-09-28 14:40:04 -07:00
2023-09-28 11:27:30 -07:00
2024-02-27 22:48:34 -08:00
2024-04-30 11:14:54 -07:00
2024-01-18 17:34:31 -08:00
2024-05-01 10:06:16 -07:00
2024-03-11 19:11:20 -07:00
2023-09-21 10:47:06 -07:00
2023-08-29 17:50:43 -07:00
2023-09-28 10:57:53 -07:00
2023-09-26 13:49:01 -07:00
2021-06-01 17:05:03 -07:00
2023-08-22 15:50:43 -07:00

== fpp-to-cpp/test

This is the test directory for the `fpp-to-cpp` tool.

=== Running Tests

To run the tests, execute `./test` in this directory.
All the tests should pass.

=== Developing Tests

When developing tests, run the tool `check-cpp`.
This makes sure that all the `*.ref.cpp` files are valid {cpp} files.

Before running `check-cpp`, do the following:

. Clone the
https://github.com/nasa/fprime[F Prime repository]
and check out the devel branch.

. Set the shell environment variable `FPRIME` to point to
the root of the F Prime repository.