[tests/conform] Copy in redhand.png

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.
This commit is contained in:
Neil Roberts 2009-02-19 17:14:00 +00:00
parent 84ecb5081f
commit 1ead85f6f6

View 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