mirror of
https://github.com/nasa/fprime.git
synced 2026-04-11 20:43:43 -05:00
* Revise Fw/Types * Revise DpContainer to reset data size when setting the buffer * Revise ExternalSerializeBuffer to clear the serialization state when setting the buffer * Add tests for ExternalSerializeBuffer * Revise ExternalSerializeBuffer and tests * Revise tests for ExternalSerializeBuffer * Revise DpTest * Add comment; remove blank line * Fix spelling
FppTest
This project contains unit tests for the FPP autocoder.
To use this directory, you must have installed F Prime, and you must be inside the F Prime Python virtual environment.
- To build the tests, run
fprime-util build --ut. - To run the tests, run
fprime-util check.