Started unit testing darr.h
This commit is contained in:
@@ -10,10 +10,13 @@
|
||||
* Description:
|
||||
*/
|
||||
|
||||
#include "./test-base.h"
|
||||
#include "test-base.h"
|
||||
|
||||
#include "test-darr.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
RUN_TEST_SUITE(test_lib_base);
|
||||
RUN_TEST_SUITE(test_lib_darr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user