Skip to content

CSC385/Airborne-CPS-test-cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airborne-CPS Test Cases

These are test cases for the Decider class of the Airborne-CPS project.

https://github.com/tenbergen/Airborne-CPS

Running tests

$ cd src
$ make --quiet

Creating new tests

  1. 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
  1. Change the inputs and expected output

  2. Add the test case to the top of the Makefile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages