summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-01-27 12:31:11 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-01-27 12:32:35 +0000
commit37c80354ff029209d62b8ee9a2d79e8d57230c0b (patch)
treede48abf6b8f835efed4b74e6c4ea05c9ed7086af /tests/Makefile.sources
parent2cbb005dc4565e72ee0faaac6cdb5ad4e89e6b6f (diff)
Only build chamelium if its dependencies are met
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 016cd865..6e07d938 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -142,8 +142,13 @@ TESTS_progs_M = \
template \
vgem_basic \
vgem_slow \
+ $(NULL)
+
+if HAVE_CHAMELIUM
+TESTS_progs_M += \
chamelium \
$(NULL)
+endif
TESTS_progs_XM = \
gem_concurrent_all \