diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-13 14:15:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-12 12:49:56 -0500 |
commit | 48877e24a880be41e4dad50f5ebb6e0671e9f92f (patch) | |
tree | a4ce58ec1eadf1081b92f0bc47f7f21b3749916e /src/test/include.am | |
parent | 9a07ec751ff73062b958a8fc9f8437bed72e144c (diff) | |
download | tor-48877e24a880be41e4dad50f5ebb6e0671e9f92f.tar.gz tor-48877e24a880be41e4dad50f5ebb6e0671e9f92f.zip |
Initial unit tests for OOM handling
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 5f978b518c..b2db6599af 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -32,6 +32,7 @@ src_test_test_SOURCES = \ src/test/test_introduce.c \ src/test/test_logging.c \ src/test/test_microdesc.c \ + src/test/test_oom.c \ src/test/test_options.c \ src/test/test_pt.c \ src/test/test_replay.c \ |