Implemented basic unit tests

This commit is contained in:
Mario Danic
2007-06-01 12:57:09 +00:00
parent 89f291f412
commit 44b504640f
9 changed files with 1011 additions and 15 deletions

26
test/test.h Normal file
View File

@@ -0,0 +1,26 @@
#ifndef TEST_H_
#define TEST_H_
#include <sys/types.h>
#include <stddef.h>
void test_tree();
void test_exclude();
void test_file_hashtable();
#endif /*TEST_H_*/
#ifndef TEST_H_
#define TEST_H_
#include <sys/types.h>
#include <stddef.h>
void test_tree();
void test_exclude();
void test_file_hashtable();
#endif /*TEST_H_*/