Skip to content

Running Tests

Ahmad Muhammad edited this page Apr 20, 2020 · 7 revisions

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

Clone this wiki locally