summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2018-08-28 22:53:59 +0100
committerPekka Paalanen <pq@iki.fi>2018-12-09 12:13:36 +0200
commit51c9b0e2c42ec432f223330f5e215535eb6240c4 (patch)
tree9576e10832be98225f8ce88092ab0664b8f30b88 /Makefile.am
parent7b7d9d316a9ce9b4f5f50ba766c2963b0fdcbaa5 (diff)
downloadweston-51c9b0e2c42ec432f223330f5e215535eb6240c4.tar.gz
tests: Rename surface-screenshot
Give it a more regular name, matching all the other test plugins. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 64e07c44..321c2413 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1619,7 +1619,7 @@ noinst_LTLIBRARIES += \
surface_screenshot_la_LIBADD = libshared.la $(test_module_libadd)
surface_screenshot_la_LDFLAGS = $(test_module_ldflags)
surface_screenshot_la_CFLAGS = $(AM_CFLAGS) $(COMPOSITOR_CFLAGS)
-surface_screenshot_la_SOURCES = tests/surface-screenshot.c
+surface_screenshot_la_SOURCES = tests/surface-screenshot-test.c
#