aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am.tpl')
-rw-r--r--tests/Makefile.am.tpl4
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
6TESTS = 6TESTS =
7check_PROGRAMS = 7check_PROGRAMS =
8EXTRA_DIST = 8EXTRA_DIST =
9
10if !NO_ARC4RANDOM_BUF
11TESTS += pidwraptest.sh
12endif