2025-11-06 13:29:16 -08:00
..
2025-10-10 18:26:39 -05:00
2025-09-15 09:24:58 -07:00
2025-10-10 18:00:24 -05:00
2025-10-11 11:46:12 -07:00
2025-10-22 11:00:55 -07:00
2025-10-11 11:46:12 -07:00
2025-10-10 18:26:39 -05:00
2025-11-06 13:29:16 -08:00
2023-08-29 17:50:43 -07:00
2024-09-27 14:24:16 -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.