Open ahmetalncak opened 8 years ago
In my mind,
Create the unit test file tree, Let's denote each logical piece as a module and let's assume that each module should provide complete solution so we can locate Unit Test under Module itself.
<Module>
->Source
->Include
->Unittest
-- TestFiles.c
-- TestData.h
-- UnitTest.mk
module.mk
As a first phase, structure in the previous comment is implemented and it works well. We can re-open this ticket when new ideas are appeared.
All new ideas are welcome!
Following issues must be solved to clear unit test strategy;