2025-03-10 13:54:25 -07:00
..
2025-03-10 13:54:25 -07:00
2025-03-10 13:54:25 -07:00
2023-09-28 14:40:04 -07:00
2024-10-10 19:41:48 -07:00
2024-01-18 17:34:31 -08:00
2025-03-10 13:54:25 -07:00
2025-02-26 22:11:20 -08:00
2025-03-03 13:57:54 -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.