mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Split directory tests into their own module.
(Also, clean up some whitespace.)
This commit is contained in:
parent
050545405a
commit
fa693118b1
@ -17,6 +17,7 @@ test_SOURCES = \
|
|||||||
test.c \
|
test.c \
|
||||||
test_addr.c \
|
test_addr.c \
|
||||||
test_crypto.c \
|
test_crypto.c \
|
||||||
|
test_dir.c \
|
||||||
test_containers.c \
|
test_containers.c \
|
||||||
test_util.c \
|
test_util.c \
|
||||||
tinytest.c
|
tinytest.c
|
||||||
|
1067
src/test/test.c
1067
src/test/test.c
File diff suppressed because it is too large
Load Diff
@ -494,3 +494,4 @@ struct testcase_t addr_tests[] = {
|
|||||||
ADDR_LEGACY(ip6_helpers),
|
ADDR_LEGACY(ip6_helpers),
|
||||||
END_OF_TESTCASES
|
END_OF_TESTCASES
|
||||||
};
|
};
|
||||||
|
|
||||||
|
1081
src/test/test_dir.c
Normal file
1081
src/test/test_dir.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -1041,3 +1041,4 @@ struct testcase_t util_tests[] = {
|
|||||||
UTIL_LEGACY(strtok),
|
UTIL_LEGACY(strtok),
|
||||||
END_OF_TESTCASES
|
END_OF_TESTCASES
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user