mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
[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
@ -58,8 +58,6 @@ redhand_alpha.png:
|
|||||||
ln -sf $(top_srcdir)/tests/data/redhand_alpha.png
|
ln -sf $(top_srcdir)/tests/data/redhand_alpha.png
|
||||||
light0.png:
|
light0.png:
|
||||||
ln -sf $(top_srcdir)/tests/data/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:
|
# For convenience, this provides a way to easily run individual unit tests:
|
||||||
.PHONY: wrappers
|
.PHONY: wrappers
|
||||||
@ -71,7 +69,7 @@ wrappers: test-interactive$(EXEEXT)
|
|||||||
|
|
||||||
# NB: BUILT_SOURCES here a misnomer. We aren't building source, just inserting
|
# 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
|
# 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 = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user