summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/Makefile.inc')
-rw-r--r--auto_tests/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc
index 3a4b6c7e..98f9db13 100644
--- a/auto_tests/Makefile.inc
+++ b/auto_tests/Makefile.inc
@@ -57,7 +57,7 @@ AUTOTEST_LDADD = \
57 57
58 58
59if BUILD_AV 59if BUILD_AV
60TESTS += toxav_basic_test toxav_many_test 60TESTS += conference_av_test toxav_basic_test toxav_many_test
61AUTOTEST_LDADD += libtoxav.la 61AUTOTEST_LDADD += libtoxav.la
62endif 62endif
63 63
@@ -221,6 +221,10 @@ version_test_LDADD = $(AUTOTEST_LDADD)
221 221
222if BUILD_AV 222if BUILD_AV
223 223
224conference_av_test_SOURCES = ../auto_tests/conference_av_test.c
225conference_av_test_CFLAGS = $(AUTOTEST_CFLAGS)
226conference_av_test_LDADD = $(AUTOTEST_LDADD)
227
224toxav_basic_test_SOURCES = ../auto_tests/toxav_basic_test.c 228toxav_basic_test_SOURCES = ../auto_tests/toxav_basic_test.c
225toxav_basic_test_CFLAGS = $(AUTOTEST_CFLAGS) 229toxav_basic_test_CFLAGS = $(AUTOTEST_CFLAGS)
226toxav_basic_test_LDADD = $(AUTOTEST_LDADD) $(AV_LIBS) 230toxav_basic_test_LDADD = $(AUTOTEST_LDADD) $(AV_LIBS)