aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-02-02 00:54:51 -0700
committerTheo Buehler <tb@openbsd.org>2024-02-02 00:54:51 -0700
commit37d868b0d632e17912bd465cc972481d95bc2e0c (patch)
treeadf2c9e69d00b0bc9e653cfd10fe696bfc75c1ea /tests/Makefile.am
parent008953535b2403fe80484f24748eeca5fc5ffa1c (diff)
downloadportable-37d868b0d632e17912bd465cc972481d95bc2e0c.tar.gz
portable-37d868b0d632e17912bd465cc972481d95bc2e0c.tar.bz2
portable-37d868b0d632e17912bd465cc972481d95bc2e0c.zip
Link bio_dump test to build
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a93e7fc..bd119fb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -147,6 +147,11 @@ TESTS += bio_chain
147check_PROGRAMS += bio_chain 147check_PROGRAMS += bio_chain
148bio_chain_SOURCES = bio_chain.c 148bio_chain_SOURCES = bio_chain.c
149 149
150# bio_dump
151TESTS += bio_dump
152check_PROGRAMS += bio_dump
153bio_dump_SOURCES = bio_dump.c
154
150# bio_host 155# bio_host
151# this test relies on resolver results that are OS and environment-specific 156# this test relies on resolver results that are OS and environment-specific
152if ENABLE_EXTRATESTS 157if ENABLE_EXTRATESTS