tests: Rename surface-screenshot

Give it a more regular name, matching all the other test plugins.

Signed-off-by: Daniel Stone <daniels@collabora.com>
dev
Daniel Stone 6 years ago committed by Pekka Paalanen
parent 7b7d9d316a
commit 51c9b0e2c4
  1. 2
      Makefile.am
  2. 0
      tests/surface-screenshot-test.c

@ -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
#

Loading…
Cancel
Save