diff options
author | Brent Cook <bcook@openbsd.org> | 2016-01-03 21:19:11 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-01-03 21:29:35 -0600 |
commit | d0ff644edc7ec1ee86c1199fbd25da2f415285cf (patch) | |
tree | dbea63c556c6351820c54cfbd106ed6822e871bd /tests | |
parent | 35e669fd1a0fb3f8af5e127c7d62d4c2a0ae3503 (diff) | |
download | portable-d0ff644edc7ec1ee86c1199fbd25da2f415285cf.tar.gz portable-d0ff644edc7ec1ee86c1199fbd25da2f415285cf.tar.bz2 portable-d0ff644edc7ec1ee86c1199fbd25da2f415285cf.zip |
package pidwraptest.sh script
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bb32142..17293b9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -225,8 +225,8 @@ if ENABLE_EXTRATESTS | |||
225 | TESTS += pidwraptest.sh | 225 | TESTS += pidwraptest.sh |
226 | check_PROGRAMS += pidwraptest | 226 | check_PROGRAMS += pidwraptest |
227 | pidwraptest_SOURCES = pidwraptest.c | 227 | pidwraptest_SOURCES = pidwraptest.c |
228 | EXTRA_DIST += pidwraptest.sh | ||
229 | endif | 228 | endif |
229 | EXTRA_DIST += pidwraptest.sh | ||
230 | 230 | ||
231 | # pkcs7test | 231 | # pkcs7test |
232 | TESTS += pkcs7test | 232 | TESTS += pkcs7test |