Split directory tests into their own module.

(Also, clean up some whitespace.)
This commit is contained in:
Nick Mathewson 2009-09-22 13:49:09 -04:00
parent 050545405a
commit fa693118b1
5 changed files with 1086 additions and 1065 deletions

View File

@ -17,6 +17,7 @@ test_SOURCES = \
test.c \
test_addr.c \
test_crypto.c \
test_dir.c \
test_containers.c \
test_util.c \
tinytest.c

File diff suppressed because it is too large Load Diff

View File

@ -494,3 +494,4 @@ struct testcase_t addr_tests[] = {
ADDR_LEGACY(ip6_helpers),
END_OF_TESTCASES
};

1081
src/test/test_dir.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1041,3 +1041,4 @@ struct testcase_t util_tests[] = {
UTIL_LEGACY(strtok),
END_OF_TESTCASES
};