bocchino d2fb162a24 Revise Top Private Functions
Add setBaseIds
2021-06-21 17:33:25 -07:00
..
2021-06-01 20:04:52 -07:00
2021-06-01 17:37:49 -07:00
2021-06-21 17:33:25 -07:00
2021-06-01 17:06:11 -07:00
2021-06-01 17:05:03 -07:00
2021-06-01 17:05:03 -07:00
2021-06-01 17:05:03 -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:

. 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.