public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/Makefile.am: Wrap audio test with dedicated conditional
@ 2017-08-22  8:26 Paul Kocialkowski
  2017-08-22  8:47 ` ✓ Fi.CI.BAT: success for " Patchwork
  2017-08-22 17:29 ` [PATCH i-g-t] " Lyude Paul
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Kocialkowski @ 2017-08-22  8:26 UTC (permalink / raw)
  To: intel-gfx

This uses the dedicated HAVE_AUDIO conditional, that depends on both
ALSA and GSL, for wrapping the audio test. This makes the wrapping
consistent with what is done for the chamelium test.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com>
---
 tests/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 471f3818..726e2b27 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,13 +20,11 @@ TESTS_progs += \
 	$(NULL)
 endif
 
-if HAVE_ALSA
-if HAVE_GSL
+if HAVE_AUDIO
 TESTS_progs += \
 	audio \
 	$(NULL)
 endif
-endif
 
 
 if BUILD_TESTS
-- 
2.14.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-22 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22  8:26 [PATCH i-g-t] tests/Makefile.am: Wrap audio test with dedicated conditional Paul Kocialkowski
2017-08-22  8:47 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-08-22 17:29 ` [PATCH i-g-t] " Lyude Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox