aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-12-09 11:11:53 +0100
committerTheo Buehler <tb@openbsd.org>2022-12-09 11:23:44 +0100
commitcf4c794c90b7ebff51ce2b3c3837a4289e7072e6 (patch)
tree1873a1898e9c03310818491593360f193f90e2e1 /tests/Makefile.am
parent6755900317e3f855316c52e2d8281b33414b107c (diff)
downloadportable-cf4c794c90b7ebff51ce2b3c3837a4289e7072e6.tar.gz
portable-cf4c794c90b7ebff51ce2b3c3837a4289e7072e6.tar.bz2
portable-cf4c794c90b7ebff51ce2b3c3837a4289e7072e6.zip
update for biotest split
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am20
1 files changed, 15 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 22e3483..6fea2eb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -120,14 +120,24 @@ TESTS += bf_test
120check_PROGRAMS += bf_test 120check_PROGRAMS += bf_test
121bf_test_SOURCES = bf_test.c 121bf_test_SOURCES = bf_test.c
122 122
123# biotest 123# bio_chain
124# the BIO tests rely on resolver results that are OS and environment-specific 124TESTS += bio_chain
125check_PROGRAMS += bio_chain
126bio_chain_SOURCES = bio_chain.c
127
128# bio_host
129# this test relies on resolver results that are OS and environment-specific
125if ENABLE_EXTRATESTS 130if ENABLE_EXTRATESTS
126TESTS += biotest 131TESTS += bio_host
127check_PROGRAMS += biotest 132check_PROGRAMS += bio_host
128biotest_SOURCES = biotest.c 133bio_host_SOURCES = bio_host.c
129endif 134endif
130 135
136# bio_mem
137TESTS += bio_mem
138check_PROGRAMS += bio_mem
139bio_mem_SOURCES = bio_mem.c
140
131# bn_add_sub 141# bn_add_sub
132TESTS += bn_add_sub 142TESTS += bn_add_sub
133check_PROGRAMS += bn_add_sub 143check_PROGRAMS += bn_add_sub