mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Split directory tests into their own module.
(Also, clean up some whitespace.)
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-1065
File diff suppressed because it is too large
Load Diff
@@ -494,3 +494,4 @@ struct testcase_t addr_tests[] = {
|
||||
ADDR_LEGACY(ip6_helpers),
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
||||
+1081
File diff suppressed because it is too large
Load Diff
@@ -1041,3 +1041,4 @@ struct testcase_t util_tests[] = {
|
||||
UTIL_LEGACY(strtok),
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user