summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-19 10:17:00 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-19 10:17:00 -0400
commit34ad7642c8da894e459be09a3f051cb8f09cba31 (patch)
tree8c93a7798799213c1ea9e1d6b3d98f236defb584 /src/test/include.am
parent18845c550722d5fa7d68bdee6a5e2090acb89a6f (diff)
downloadtor-34ad7642c8da894e459be09a3f051cb8f09cba31.tar.gz
tor-34ad7642c8da894e459be09a3f051cb8f09cba31.zip
Regression test for destroy cell queue
This exercises the code that crashed and caused #9296.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 62719091b8..fb704d7185 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -20,6 +20,7 @@ src_test_test_SOURCES = \
src/test/test_addr.c \
src/test/test_cell_formats.c \
src/test/test_circuitlist.c \
+ src/test/test_circuitmux.c \
src/test/test_containers.c \
src/test/test_crypto.c \
src/test/test_cell_queue.c \