tests: Rename weston-test to weston-tests-env
Renamed weston-test test environment script to weston-tests-env to avoid ambiguity with weston-test.c (the weston test extension). Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
parent
65e7e7a65b
commit
e491b13d0a
|
@ -3,7 +3,7 @@ TESTS = surface-test.la client-test.la \
|
|||
surface-global-test.la \
|
||||
button-test.la keyboard-test.la
|
||||
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/weston-test
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/weston-tests-env
|
||||
|
||||
export abs_builddir
|
||||
|
||||
|
@ -68,7 +68,7 @@ if BUILD_SETBACKLIGHT
|
|||
setbacklight = setbacklight
|
||||
endif
|
||||
|
||||
EXTRA_DIST = weston-test
|
||||
EXTRA_DIST = weston-tests-env
|
||||
|
||||
BUILT_SOURCES = \
|
||||
wayland-test-protocol.c \
|
||||
|
|
Loading…
Reference in New Issue