Running Tests - Ahmad138/SatRot GitHub Wiki

It is very easy to run a test in this application. Enter the directory of the module you want to test, compile it, and run the test.

For exmple, to run the apiTest, cd into apiTest directory, build it and run make check:

    cd build/apiTest
    make check