summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Ser <simon.ser@intel.com>2019-04-25 13:43:22 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-04-25 14:26:45 +0300
commit640684403327250392107f027e5cd2fb2c76f7d9 (patch)
treec6e77187888dfb983c3b9a102e8c67b69dad3933 /tests
parentffe44144a2285788ae07768a9240b27ea8182d5c (diff)
autotools: fix audio and chamelium builds
The commit introducing Chamelium audio tests and removing old audio tests doesn't update autotools files. This patch fixes it. Signed-off-by: Simon Ser <simon.ser@intel.com> Fixes: 311baff151f90c1db6f57ee9515216b4f9da5db7 Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am13
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 289249b4..5097debf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,12 +16,6 @@ TESTS_progs += \
$(NULL)
endif
-if HAVE_AUDIO
-TESTS_progs += \
- audio \
- $(NULL)
-endif
-
TESTS_progs += testdisplay
if BUILD_TESTS
@@ -137,11 +131,8 @@ prime_nv_api_LDADD = $(LDADD) $(DRM_NOUVEAU_LIBS)
prime_nv_pcopy_CFLAGS = $(AM_CFLAGS) $(DRM_NOUVEAU_CFLAGS)
prime_nv_pcopy_LDADD = $(LDADD) $(DRM_NOUVEAU_LIBS)
-kms_chamelium_CFLAGS = $(AM_CFLAGS) $(XMLRPC_CFLAGS) $(LIBUDEV_CFLAGS)
-kms_chamelium_LDADD = $(LDADD) $(XMLRPC_LIBS) $(LIBUDEV_LIBS)
-
-audio_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
-audio_LDADD = $(LDADD) $(ALSA_LIBS)
+kms_chamelium_CFLAGS = $(AM_CFLAGS) $(XMLRPC_CFLAGS) $(LIBUDEV_CFLAGS) $(ALSA_CFLAGS)
+kms_chamelium_LDADD = $(LDADD) $(XMLRPC_LIBS) $(LIBUDEV_LIBS) $(ALSA_LIBS)
testdisplay_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS)