diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-07-04 02:31:17 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-07-04 02:32:04 -0400 |
commit | c1ae40222c9341ee578bc2fcdfd8c1a11c64524a (patch) | |
tree | 1a74f571277a87cffe80c39ad2907a585a983642 /tests | |
parent | 00db2ee5ffd3934f2699e17f5ba793c86d87b27d (diff) |
tests: Rename xwayland_test to xwayland-test
Consitency.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9f711cf6..66877b22 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -94,7 +94,7 @@ xwayland_test_SOURCES = xwayland-test.c $(weston_test_client_src) xwayland_test_LDADD = $(weston_test_client_libs) $(XWAYLAND_TEST_LIBS) if ENABLE_XWAYLAND_TEST -xwayland_test = xwayland_test +xwayland_test = xwayland-test endif matrix_test_SOURCES = \ |