diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-20 14:57:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-20 14:57:27 -0500 |
commit | 2d9c38ea7295dc484c0e9a884b4b90f436f83627 (patch) | |
tree | 31f1d108d5271b324fb6a46beac5fe64c3221a40 /src/test/include.am | |
parent | 7b0cbf22c0fb347db1e7436464865d395aed0ce5 (diff) | |
download | tor-2d9c38ea7295dc484c0e9a884b4b90f436f83627.tar.gz tor-2d9c38ea7295dc484c0e9a884b4b90f436f83627.zip |
Repair "make distcheck".
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index a545cd8c33..4334b7a538 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -225,4 +225,5 @@ EXTRA_DIST += \ src/test/test_keygen.sh \ src/test/test_zero_length_keys.sh \ src/test/test_ntor.sh src/test/test_bt.sh \ - src/test/test-network.sh + src/test/test-network.sh \ + src/test/test_switch_id.sh |