Skip to content
Snippets Groups Projects
Commit 3efd85c9 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests: don't build tests for atomic and spinlock if disabled daemon

As the tests depend on dthreads and liburcu.

fixes #946
parent 7a1a30f2
No related merge requests found
Pipeline #133105 passed with stages
in 14 minutes and 10 seconds
......@@ -48,7 +48,6 @@ libtap_la_SOURCES = \
EXTRA_PROGRAMS = tap/runtests
check_PROGRAMS = \
contrib/test_atomic \
contrib/test_base32hex \
contrib/test_base64 \
contrib/test_base64url \
......@@ -60,7 +59,6 @@ check_PROGRAMS = \
contrib/test_qp-cow \
contrib/test_siphash \
contrib/test_sockaddr \
contrib/test_spinlock \
contrib/test_string \
contrib/test_strtonum \
contrib/test_time \
......@@ -88,6 +86,8 @@ check_PROGRAMS += \
if HAVE_DAEMON
check_PROGRAMS += \
contrib/test_atomic \
contrib/test_spinlock \
knot/test_acl \
knot/test_changeset \
knot/test_conf \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment