[gegl] Just run opencl tests as a 2nd set
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Just run opencl tests as a 2nd set
- Date: Thu, 17 Oct 2013 20:06:04 +0000 (UTC)
commit 7891193f8a851c21c7e46934af21e37420871a89
Author: Daniel Sabo <DanielSabo gmail com>
Date: Thu Oct 17 13:04:55 2013 -0700
Just run opencl tests as a 2nd set
This probably still wont work.
tests/compositions/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index b83e8a0..59e8f9f 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -67,10 +67,10 @@ NO_OPENCL_TESTS = \
#run-matting-global.xml.sh
#run-matting-global-big.xml.sh
-OPENCL_TESTS=$(shell for a in $(BASE_TESTS); do echo $$a | sed 's/run-\(.*\)/run-\1 run-opencl-\1/'; done)
-TESTS := $(OPENCL_TESTS)
-TESTS += $(NO_OPENCL_TESTS)
+OPENCL_TESTS=$(subst $(testprefix),$(opencl_testprefix),$(BASE_TESTS))
+
+TESTS = $(BASE_TESTS) $(OPENCL_TESTS) $(NO_OPENCL_TESTS)
# Conditional tests
if HAVE_JASPER
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]