diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-05-17 16:01:52 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-12 09:06:16 -0400 |
commit | 762c27b907192d79fbef77caee8a8b457dc7ca4a (patch) | |
tree | 576c02d07f20ba6f1c3e5646c0ef1b75c8a1f572 /src/test/include.am | |
parent | fbd50f599408ae5d5e7bd7d8d63b23b9039524c7 (diff) | |
download | tor-762c27b907192d79fbef77caee8a8b457dc7ca4a.tar.gz tor-762c27b907192d79fbef77caee8a8b457dc7ca4a.zip |
Integration test for socket rebinding
squash! Integration test for socket rebinding
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 81b089b8f7..cb94490302 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -33,6 +33,7 @@ endif if USEPYTHON TESTSCRIPTS += src/test/test_ntor.sh src/test/test_hs_ntor.sh src/test/test_bt.sh +TESTSCRIPTS += src/test/test_rebind.sh endif TESTS += src/test/test src/test/test-slow src/test/test-memwipe \ @@ -342,6 +343,8 @@ EXTRA_DIST += \ src/test/hs_indexes.py \ src/test/fuzz_static_testcases.sh \ src/test/slownacl_curve25519.py \ + src/test/test_rebind.sh \ + src/test/test_rebind.py \ src/test/zero_length_keys.sh \ src/test/rust_supp.txt \ src/test/test_keygen.sh \ |