aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b114042..51e829e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -215,9 +215,10 @@ pbkdf2_SOURCES = pbkdf2.c
215# pidwraptest relies on an OS-specific way to give out pids and is generally 215# pidwraptest relies on an OS-specific way to give out pids and is generally
216# awkward on systems with slow fork 216# awkward on systems with slow fork
217if ENABLE_EXTRATESTS 217if ENABLE_EXTRATESTS
218TESTS += pidwraptest 218TESTS += pidwraptest.sh
219check_PROGRAMS += pidwraptest 219check_PROGRAMS += pidwraptest
220pidwraptest_SOURCES = pidwraptest.c 220pidwraptest_SOURCES = pidwraptest.c
221EXTRA_DIST += pidwraptest.sh
221endif 222endif
222 223
223# pkcs7test 224# pkcs7test