Skip to content
Snippets Groups Projects
Commit 1ce2ef51 authored by Derek Foreman's avatar Derek Foreman Committed by Bryce Harrington
Browse files

internal-screenshot-test: Make distcheck pass


Add the output screenshot to CLEANFILES so it's properly removed on
distclean, and add the reference files and ini to EXTRA_DIST so
distcheck can find them.

Signed-off-by: default avatarDerek Foreman <derekf@osg.samsung.com>
Reviewed-by: default avatarBryce Harrington <bryce@osg.samsung.com>
Tested-by: default avatarBryce Harrington <bryce@osg.samsung.com>
parent 8267056a
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ AM_CPPFLAGS = \ ...@@ -56,6 +56,7 @@ AM_CPPFLAGS = \
CLEANFILES = weston.ini \ CLEANFILES = weston.ini \
ivi-shell/weston.ini \ ivi-shell/weston.ini \
tests/weston-ivi.ini \ tests/weston-ivi.ini \
internal-screenshot-00.png \
$(BUILT_SOURCES) $(BUILT_SOURCES)
bin_PROGRAMS += weston bin_PROGRAMS += weston
...@@ -1174,7 +1175,11 @@ setbacklight_CFLAGS = $(AM_CFLAGS) $(SETBACKLIGHT_CFLAGS) ...@@ -1174,7 +1175,11 @@ setbacklight_CFLAGS = $(AM_CFLAGS) $(SETBACKLIGHT_CFLAGS)
setbacklight_LDADD = $(SETBACKLIGHT_LIBS) setbacklight_LDADD = $(SETBACKLIGHT_LIBS)
endif endif
EXTRA_DIST += tests/weston-tests-env EXTRA_DIST += \
tests/weston-tests-env \
tests/internal-screenshot.ini \
tests/reference/internal-screenshot-bad-00.png \
tests/reference/internal-screenshot-good-00.png
BUILT_SOURCES += \ BUILT_SOURCES += \
protocol/weston-test-protocol.c \ protocol/weston-test-protocol.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment