..
2023-08-02 12:46:04 -07:00
2023-03-30 14:55:49 -07:00
2023-08-02 12:46:04 -07:00
2023-08-10 20:53:34 -07:00
2023-07-10 23:06:18 +02:00
2023-08-02 12:46:04 -07:00
2023-04-10 14:25:49 -07:00
2023-07-10 22:52:03 -07:00
2023-05-17 09:56:44 -07:00
2021-11-03 13:55:12 -07:00
2021-07-09 11:03:18 -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 branch release/v3.0.0.

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