[build] remove reference to light1.png in tests/interactive/Makefile.am
This file doesn't exist in the repo and isn't referenced by any unit tests.
This commit is contained in:
parent
71c4fa0f73
commit
c9f57452e6
1 changed files with 1 additions and 3 deletions
|
@ -58,8 +58,6 @@ redhand_alpha.png:
|
|||
ln -sf $(top_srcdir)/tests/data/redhand_alpha.png
|
||||
light0.png:
|
||||
ln -sf $(top_srcdir)/tests/data/light0.png
|
||||
light1.png:
|
||||
ln -sf $(top_srcdir)/tests/data/light1.png
|
||||
|
||||
# For convenience, this provides a way to easily run individual unit tests:
|
||||
.PHONY: wrappers
|
||||
|
@ -71,7 +69,7 @@ wrappers: test-interactive$(EXEEXT)
|
|||
|
||||
# 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 = wrappers redhand.png redhand_alpha.png light0.png light1.png test-script.json
|
||||
BUILT_SOURCES = wrappers redhand.png redhand_alpha.png light0.png test-script.json
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
|
|
Loading…
Add table
Reference in a new issue