diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-02 09:17:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-02 09:17:43 -0400 |
commit | b637bda91f3df4ae5621206a5ccd0015595c98ac (patch) | |
tree | c05ac7f9538fd841ee0ea6afc1e70a5189dc659d /src/test | |
parent | fe4273fdc1527a129f62242767d7d83b9fb7bcd2 (diff) | |
download | tor-b637bda91f3df4ae5621206a5ccd0015595c98ac.tar.gz tor-b637bda91f3df4ae5621206a5ccd0015595c98ac.zip |
Add test_keygen.sh to dist
Diffstat (limited to 'src/test')
-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 ff5e456cff..ef2fd4fb8e 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -186,4 +186,5 @@ EXTRA_DIST += \ src/test/bt_test.py \ src/test/ntor_ref.py \ src/test/slownacl_curve25519.py \ - src/test/zero_length_keys.sh + src/test/zero_length_keys.sh \ + src/test/test_keygen.sh |