[beast: 11/19] TESTS: audio: add audio tests to 'check' and allow parallel execution
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 11/19] TESTS: audio: add audio tests to 'check' and allow parallel execution
- Date: Sun, 13 Sep 2015 20:27:02 +0000 (UTC)
commit e151ad720bfdace216e3bdbbc7f02459cdbcb2e6
Author: Tim Janik <timj gnu org>
Date: Tue Sep 8 12:29:53 2015 +0200
TESTS: audio: add audio tests to 'check' and allow parallel execution
tests/audio/Makefile.am | 17 +++--------------
1 files changed, 3 insertions(+), 14 deletions(-)
---
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index f6ab79e..3c6dbde 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -19,20 +19,9 @@ BSE2WAV = $(strip \
--bse-disable-randomization \
)
-# === audio feature test rule ===
-FEATURE_TESTS =
-.PHONY: check-feature-tests $(FEATURE_TESTS)
-check-feature-tests: # $(FEATURE_TESTS)
- @for tst in $(FEATURE_TESTS) ; do \
- echo "TEST: $$tst" ; \
- $(MAKE) -C ./ $(AM_MAKEFLAGS) $$tst || exit $? ; \
- echo "PASS: $$tst" ; \
- done
- @MESSAGETEXT="All $(words $(FEATURE_TESTS)) audio tests passed" \
- && echo $$MESSAGETEXT | sed 's/./=/g' \
- && echo $$MESSAGETEXT \
- && echo $$MESSAGETEXT | sed 's/./=/g'
-slowcheck: check-feature-tests
+# == audio feature test rule ==
+FEATURE_TESTS =
+check-local: $(FEATURE_TESTS)
# feature test temporaries
CLEANFILES += *.tmp *.wav
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]