19 lines
242 B
C
19 lines
242 B
C
|
#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;
|
||
|
}
|