summaryrefslogtreecommitdiff
path: root/test/main.c
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/main.c
parent5b7bb10e612704862dd72fa337f29bd48d34cac5 (diff)
test: fix build when USE_VIDEO is off
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index 487303e..cbfe686 100644
--- a/test/main.c
+++ b/test/main.c
@@ -28,7 +28,9 @@ static const struct test tests[] = {
TEST(test_call_multiple),
TEST(test_call_max),
TEST(test_call_dtmf),
+#ifdef USE_VIDEO
TEST(test_call_video),
+#endif
TEST(test_cmd),
TEST(test_cmd_long),
TEST(test_contact),