diff options
-rw-r--r-- | tests/Makefile.am | 3 |
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 |
217 | if ENABLE_EXTRATESTS | 217 | if ENABLE_EXTRATESTS |
218 | TESTS += pidwraptest | 218 | TESTS += pidwraptest.sh |
219 | check_PROGRAMS += pidwraptest | 219 | check_PROGRAMS += pidwraptest |
220 | pidwraptest_SOURCES = pidwraptest.c | 220 | pidwraptest_SOURCES = pidwraptest.c |
221 | EXTRA_DIST += pidwraptest.sh | ||
221 | endif | 222 | endif |
222 | 223 | ||
223 | # pkcs7test | 224 | # pkcs7test |