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: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Tested-by: Bryce Harrington <bryce@osg.samsung.com>
CLEANFILES = weston.ini \
ivi-shell/weston.ini \
tests/weston-ivi.ini \
+ internal-screenshot-00.png \
$(BUILT_SOURCES)
bin_PROGRAMS += weston
setbacklight_LDADD = $(SETBACKLIGHT_LIBS)
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 += \
protocol/weston-test-protocol.c \