aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.am
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@persephoneslair.org>2012-07-22 01:50:33 -0700
committerNick Mathewson <nickm@torproject.org>2012-07-31 17:08:13 -0400
commit96c7612679f029102faa688e436a927eecc008aa (patch)
treeedc561310b30f6568ca8579da83998a158502b3f /src/test/Makefile.am
parent048c128f935a3f037a81523fc20437f75b358af4 (diff)
downloadtor-96c7612679f029102faa688e436a927eecc008aa.tar
tor-96c7612679f029102faa688e436a927eecc008aa.tar.gz
Unit tests for new rend_intro_cell_t parser
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r--src/test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 3606686df..f3efdcc24 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -18,6 +18,7 @@ test_SOURCES = \
test_crypto.c \
test_data.c \
test_dir.c \
+ test_introduce.c \
test_microdesc.c \
test_pt.c \
test_replay.c \