Add default skel for unit tests. Move test programs to demo.
This commit is contained in:
9
test/test.h
Normal file
9
test/test.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef TEST_H_
|
||||
#define TEST_H_
|
||||
|
||||
#include <CUnit/Basic.h>
|
||||
#include "libisofs.h"
|
||||
|
||||
void add_node_suite();
|
||||
|
||||
#endif /*TEST_H_*/
|
Reference in New Issue
Block a user