aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-18 11:02:36 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-18 11:23:45 -0400
commitae641971955f5ff4969a57cd7a011f41eb303bb4 (patch)
treea763818ebb00e415d5231c20fded5e52c48016a6 /src/test/include.am
parent1047e7dcb05cbf4c98276d00c157cf0506b451d5 (diff)
downloadtor-ae641971955f5ff4969a57cd7a011f41eb303bb4.tar
tor-ae641971955f5ff4969a57cd7a011f41eb303bb4.tar.gz
Unit tests for cell queues.
This removes some INLINE markers from functions that probably didn't need them.
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 279369e74..d616067b8 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -22,6 +22,7 @@ src_test_test_SOURCES = \
src/test/test_circuitlist.c \
src/test/test_containers.c \
src/test/test_crypto.c \
+ src/test/test_cell_queue.c \
src/test/test_data.c \
src/test/test_dir.c \
src/test/test_introduce.c \