summaryrefslogtreecommitdiff
path: root/test/srcs.mk
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-12-07 21:40:17 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-12-07 21:40:17 +0100
commiteaff2aae1226bb5e65f62cd351b0187eb88356ea (patch)
tree009e6c034fa996d03318547def842e2e212abf40 /test/srcs.mk
parent5b7bb10e612704862dd72fa337f29bd48d34cac5 (diff)
test: fix build when USE_VIDEO is off
Diffstat (limited to 'test/srcs.mk')
-rw-r--r--test/srcs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/srcs.mk b/test/srcs.mk
index 7960c58..29cd7b3 100644
--- a/test/srcs.mk
+++ b/test/srcs.mk
@@ -34,10 +34,11 @@ TEST_SRCS += mock/cert.c
endif
TEST_SRCS += mock/mock_ausrc.c
+ifneq ($(USE_VIDEO),)
TEST_SRCS += mock/mock_vidsrc.c
TEST_SRCS += mock/mock_vidcodec.c
TEST_SRCS += mock/mock_vidisp.c
-
+endif
TEST_SRCS += test.c