#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; }