Implemented basic unit tests
This commit is contained in:
18
libisofs/trunk/test/test.c
Normal file
18
libisofs/trunk/test/test.c
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "test.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
test_tree();
|
||||
test_exclude();
|
||||
test_file_hashtable();
|
||||
return 0;
|
||||
}
|
||||
#include "test.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
test_tree();
|
||||
test_exclude();
|
||||
test_file_hashtable();
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user