Skip to content
Snippets Groups Projects
Commit fa693118 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Split directory tests into their own module.

(Also, clean up some whitespace.)
parent 05054540
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
This diff is collapsed.
......@@ -494,3 +494,4 @@ struct testcase_t addr_tests[] = {
ADDR_LEGACY(ip6_helpers),
END_OF_TESTCASES
};
This diff is collapsed.
......@@ -1041,3 +1041,4 @@ struct testcase_t util_tests[] = {
UTIL_LEGACY(strtok),
END_OF_TESTCASES
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment