mirror of
https://github.com/nasa/fprime.git
synced 2026-04-13 21:18:54 -05:00
* Revise array tests Update constructor calls to conform to new code gen Format the code * Reformat FppTest * Revise requirements.txt * Update requirements.txt * Update fpp version * Revise Ref to conform to FPP changes * Remove trailing spaces --------- Co-authored-by: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com>
FppTest/array
This directory contains unit tests for the FPP array code generator.
ArrayToStringTest: Tests arraytoString()andostreamoperator functionsFormatTest: Tests FPP format strings
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.