bocchino e78b5d56c9 Revise fpp-to-cpp
Start to add code for top public interface functions
Update tests
2021-07-05 11:43:19 -07:00
..
2021-06-01 20:04:52 -07:00
2021-06-01 17:37:49 -07:00
2021-07-05 11:43:19 -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.