diff options
Diffstat (limited to 'tests/Makefile.am.tpl')
-rw-r--r-- | tests/Makefile.am.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index 0b9ae4c..06d48c1 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl | |||
@@ -6,3 +6,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | |||
6 | TESTS = | 6 | TESTS = |
7 | check_PROGRAMS = | 7 | check_PROGRAMS = |
8 | EXTRA_DIST = | 8 | EXTRA_DIST = |
9 | |||
10 | if !NO_ARC4RANDOM_BUF | ||
11 | TESTS += pidwraptest.sh | ||
12 | endif | ||