Add default skel for unit tests. Move test programs to demo.

This commit is contained in:
Vreixo Formoso
2007-11-29 22:06:56 +01:00
parent efff783602
commit 3c7f1285d6
8 changed files with 68 additions and 17 deletions

9
test/test.h Normal file
View 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_*/