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>
U. Artie Eoff 12 years ago committed by Kristian Høgsberg
parent 65e7e7a65b
commit e491b13d0a
  1. 4
      tests/Makefile.am
  2. 0
      tests/weston-tests-env

@ -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…
Cancel
Save