diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:12:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:20:07 -0400 |
commit | 5b8f4769dc93bf3c934dd6b2fdfec2977b8bee55 (patch) | |
tree | 2f3a14fba050f4373da0bd17aee0627757589634 /src/lib/testsupport/include.am | |
parent | e9943d5459c30a7dba8fa99c7f1537e3ab208749 (diff) | |
download | tor-5b8f4769dc93bf3c934dd6b2fdfec2977b8bee55.tar.gz tor-5b8f4769dc93bf3c934dd6b2fdfec2977b8bee55.zip |
Move testsupport.h to its own directory
Diffstat (limited to 'src/lib/testsupport/include.am')
-rw-r--r-- | src/lib/testsupport/include.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/testsupport/include.am b/src/lib/testsupport/include.am new file mode 100644 index 0000000000..b2aa620985 --- /dev/null +++ b/src/lib/testsupport/include.am @@ -0,0 +1,3 @@ + +noinst_HEADERS += \ + src/lib/testsupport/testsupport.h |