From: Paul Kocialkowski <paul.kocialkowski@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t] tests/Makefile.am: Wrap audio test with dedicated conditional
Date: Tue, 22 Aug 2017 11:26:58 +0300 [thread overview]
Message-ID: <20170822082658.15594-1-paul.kocialkowski@linux.intel.com> (raw)
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
next reply other threads:[~2017-08-22 8:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 8:26 Paul Kocialkowski [this message]
2017-08-22 8:47 ` ✓ Fi.CI.BAT: success for tests/Makefile.am: Wrap audio test with dedicated conditional Patchwork
2017-08-22 17:29 ` [PATCH i-g-t] " Lyude Paul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170822082658.15594-1-paul.kocialkowski@linux.intel.com \
--to=paul.kocialkowski@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox