diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-22 11:28:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-14 23:16:21 -0500 |
commit | 462ebb270a10f02573b1847649db45b94c0e0fc3 (patch) | |
tree | 9382649da248ab714e64ce11c6829289e2ce5408 /src/test/include.am | |
parent | ca8843df0adb088b028b5599cd3062ea608f716b (diff) | |
download | tor-462ebb270a10f02573b1847649db45b94c0e0fc3.tar.gz tor-462ebb270a10f02573b1847649db45b94c0e0fc3.zip |
Refactor begin cell parsing into its own function, with tests.
Add 'flags' argument to begin cells, per proposal 208.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index bdfe498d66..075df36460 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -14,6 +14,7 @@ src_test_AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \ src_test_test_SOURCES = \ src/test/test.c \ src/test/test_addr.c \ + src/test/test_cell_formats.c \ src/test/test_containers.c \ src/test/test_crypto.c \ src/test/test_data.c \ |