Unit Tests

Unit Tests#

Procedures to add unit tests for particular file:

  • add test under bart/src/utests

  • include “utest.h” in testfile

  • add “UTARGET += test_file” under the appropriate rule files under “bart/src/rules”