These are test cases for the Decider class of the Airborne-CPS project.
https://github.com/tenbergen/Airborne-CPS
$ cd src
$ make --quiet
- To create a new test case, copy an existing one to make the new test case (using the correct test id).
$ cd src
$ cp tc_getVvelForAlim_1.cpp tc_getVvelForAlim_ID.cpp
-
Change the inputs and expected output
-
Add the test case to the top of the
Makefile