diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-12 09:06:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-12 09:06:35 -0400 |
commit | 62743912bcbacc1bd918b60a80f3394647d2ef91 (patch) | |
tree | 9f7395c55812b7a39a880e41e29d612535fa2397 /src/test/include.am | |
parent | 0dbd4fe30961bb56539d3e2853244bd2e19f19b8 (diff) | |
parent | 7b27d98eaea3bbbcf367fdf87b3dabbc28ca1f9c (diff) | |
download | tor-62743912bcbacc1bd918b60a80f3394647d2ef91.tar.gz tor-62743912bcbacc1bd918b60a80f3394647d2ef91.zip |
Merge branch 'pr278_squashed'
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 c54605383c..1055cd0a81 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 \ @@ -353,6 +354,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 \ |