Implemented basic unit tests
This commit is contained in:
26
libisofs/trunk/test/test.h
Normal file
26
libisofs/trunk/test/test.h
Normal 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_*/
|
Reference in New Issue
Block a user