diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:19:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:19:38 -0500 |
commit | 6cdb213b6cb9f682c3f72bba974f53f588d71b61 (patch) | |
tree | cb8baf0137e8ca104ed8da10738c217bb111beb9 /src/test/include.am | |
parent | 96211bcf714ac739f605dc0b5b8754418080591f (diff) | |
download | tor-6cdb213b6cb9f682c3f72bba974f53f588d71b61.tar.gz tor-6cdb213b6cb9f682c3f72bba974f53f588d71b61.zip |
Combine test_helpers.[ch] and testhelper.[ch]
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am index 1c44ff135f..d20d2f66b9 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -64,7 +64,6 @@ src_test_test_SOURCES = \ src/test/test_util.c \ src/test/test_helpers.c \ src/test/testing_common.c \ - src/test/testhelper.c \ src/ext/tinytest.c src_test_test_slow_SOURCES = \ @@ -122,7 +121,6 @@ src_test_test_workqueue_LDADD = src/or/libtor-testing.a \ noinst_HEADERS+= \ src/test/fakechans.h \ src/test/test.h \ - src/test/testhelper.h \ src/test/test_helpers.h \ src/test/test_descriptors.inc \ src/test/example_extrainfo.inc \ |