internal-screenshot-test: Make distcheck pass
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 26 May 2015 15:21:03 +0000 (10:21 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 27 May 2015 00:18:38 +0000 (17:18 -0700)
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>
Makefile.am

index e860e0e7f732c99d0370f5b65313be7612e0c18a..5819b1999eeee4ebc045174bdfb18fbf9b8e3519 100644 (file)
@@ -56,6 +56,7 @@ AM_CPPFLAGS =                                         \
 CLEANFILES = weston.ini                                \
        ivi-shell/weston.ini                    \
        tests/weston-ivi.ini                    \
+       internal-screenshot-00.png              \
        $(BUILT_SOURCES)
 
 bin_PROGRAMS += weston
@@ -1174,7 +1175,11 @@ setbacklight_CFLAGS = $(AM_CFLAGS) $(SETBACKLIGHT_CFLAGS)
 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 \