diff options
author | Marek Majkowski <marek@popcount.org> | 2013-06-10 16:21:39 +0100 |
---|---|---|
committer | Marek Majkowski <marek@popcount.org> | 2013-06-10 16:21:39 +0100 |
commit | d769cd82b5b9517971bdefabfcc1c68b0a901751 (patch) | |
tree | f47cff5dff640df813f4d937a9bcf21282f2ee51 /src/test/include.am | |
parent | e4f51682bc6d15e5ba78dfe6dfe69e95c298954e (diff) | |
download | tor-d769cd82b5b9517971bdefabfcc1c68b0a901751.tar.gz tor-d769cd82b5b9517971bdefabfcc1c68b0a901751.zip |
Bug #5170 - make pkey_eq testable, introduce test_tortls.c
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 112d1a79d8..af95d44470 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -23,6 +23,7 @@ src_test_test_SOURCES = \ src/test/test_microdesc.c \ src/test/test_pt.c \ src/test/test_replay.c \ + src/test/test_tortls.c \ src/test/test_util.c \ src/test/test_config.c \ src/ext/tinytest.c |