2021-01-08 16:17:48 -08:00
..
2021-01-08 10:19:11 -08:00
2021-01-08 16:17:48 -08:00
2020-07-15 13:06:39 -07:00
2020-07-14 16:42:19 -07:00
2020-09-22 17:54:37 -07:00
2020-07-14 16:19:24 -07:00
2020-12-11 17:31:14 -08:00
run
2021-01-08 10:19:11 -08:00
2021-01-08 10:19:11 -08:00

== fpp-to-cpp/test

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

=== Running Tests

To run the tests, execute `run` 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:

. Check out a copy of the 
https://github.com/nasa/fprime[F Prime repository].

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