diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-15 11:24:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-15 16:49:18 -0400 |
commit | 26436fb1b64bd35c1342b71df0284b992d770856 (patch) | |
tree | 34eaabcf1278f198de89ee8f9073f856cfd8061a /src/test/include.am | |
parent | fe9d15cf4b392bd6daef47f3aab97adeeebe7402 (diff) | |
download | tor-26436fb1b64bd35c1342b71df0284b992d770856.tar.gz tor-26436fb1b64bd35c1342b71df0284b992d770856.zip |
Add more unit tests for confparse.c, so we can refactor.
This set of tests gets the line coverage to 100%.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 624bca66d9..0ec4d96ad4 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -120,6 +120,7 @@ src_test_test_SOURCES += \ src/test/test_circuitstats.c \ src/test/test_compat_libevent.c \ src/test/test_config.c \ + src/test/test_confparse.c \ src/test/test_connection.c \ src/test/test_conscache.c \ src/test/test_consdiff.c \ |