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@xxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx