[tests/conform] Copy in redhand.png
authorNeil Roberts <neil@linux.intel.com>
Thu, 19 Feb 2009 17:14:00 +0000 (17:14 +0000)
committerNeil Roberts <neil@linux.intel.com>
Thu, 19 Feb 2009 17:19:34 +0000 (17:19 +0000)
test-vertex-buffer-configuous now needs redhand.png so it should be
copied in to the build directory. This is copied from similar code in
the tests/interactive Makefile.

tests/conform/Makefile.am

index adbb220..e56371e 100644 (file)
@@ -121,6 +121,13 @@ full-report: full-report-generate
                gnome-open "$$x"; \
        done
 
+redhand.png:
+       ln -sf $(top_srcdir)/tests/data/redhand.png
+
+# NB: BUILT_SOURCES here a misnomer. We aren't building source, just inserting
+# a phony rule that will generate symlink scripts for running individual tests
+BUILT_SOURCES = redhand.png
+
 EXTRA_DIST = ADDING_NEW_TESTS test-launcher.sh
 
 # we override the clean-generic target to clean up the wrappers so