libisofs-legacy/test/test.c

19 lines
242 B
C
Raw Normal View History

2007-06-01 12:57:09 +00:00
#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;
}