Warning
This library is still under development.
-
Install dependencies: CMake, GCC and CppUTest
-
Create a build directory:
mkdir build
- Inside that directory, run CMake in order to produce the Makefiles:
cd build
cmake ..
- Build the tests. Calling
make
will build all the existing tests.
make
- Run the test:
./tests/[module_under_test]/test_[module_component]
e.g.
./tests/scheduler/test_scheduler