[gegl] tests: Make composition tests depend on the XML and reference file



commit 11281aa6b843f62365d1cb2303c0bb3772bf7ea2
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Apr 21 19:29:37 2011 +0200

    tests: Make composition tests depend on the XML and reference file

 tests/compositions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 3dd151f..ae93212 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -67,7 +67,7 @@ endif
 test_to_xml = $(abs_srcdir)/$(subst $(testsuffix),,$(subst $(testprefix),,$(1)))
 test_to_ref = $(wildcard $(abs_srcdir)/reference/$(basename $(notdir $(call test_to_xml,$(1)))).*)
 test_to_out = $(abs_builddir)/output/$(notdir $(call test_to_ref,$(1)))
-$(testprefix)%.xml.sh: Makefile.am
+$(testprefix)%.xml.sh: Makefile.am $(call test_to_xml,$@) $(call test_to_ref,$@)
 	@xml_file=$(call test_to_xml,$@)                                   ;\
 	ref_img=$(call test_to_ref,$@)                                     ;\
 	out_img=$(call test_to_out,$@)                                     ;\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]