nandgate / UnitTest

Unit testing framework for embedded C code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow stand alone test files

nandgate opened this issue · comments

Allow a test_foo.c file to be run without requiring an application foo.c file. This would allow tests for application headers (macros, etc.). At the moment the tests for headers need to ride along with other tests, even though the header may be used by multiple application files. This makes it hard to find and manage these tests.