diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 09:18:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 09:19:02 -0500 |
commit | bc0f1076d53e57d1a4ba19170a1c27d9eaee34e8 (patch) | |
tree | 0ae2be62abb3a0af7a7df6f238eb05d80cdf34fc /src/test/include.am | |
parent | 7d5e360c3b74e52ecc997a6accefd39fbbd6f092 (diff) | |
download | tor-bc0f1076d53e57d1a4ba19170a1c27d9eaee34e8.tar.gz tor-bc0f1076d53e57d1a4ba19170a1c27d9eaee34e8.zip |
Move get_foo_options() test helpers into a new test module.
Some of these helpers will be needed in multiple places in the unit
tests, so we should move them now.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 94352c8644..210f575db0 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -107,6 +107,7 @@ src_test_test_SOURCES += \ src/test/fakecircs.c \ src/test/log_test_helpers.c \ src/test/hs_test_helpers.c \ + src/test/opts_test_helpers.c \ src/test/rend_test_helpers.c \ src/test/resolve_test_helpers.c \ src/test/rng_test_helpers.c \ @@ -351,6 +352,7 @@ noinst_HEADERS+= \ src/test/fakecircs.h \ src/test/hs_test_helpers.h \ src/test/log_test_helpers.h \ + src/test/opts_test_helpers.h \ src/test/rend_test_helpers.h \ src/test/resolve_test_helpers.h \ src/test/rng_test_helpers.h \ |