Makefile-tests: Our test framework requires Wayland

This commit is contained in:
Jasper St. Pierre 2014-09-15 09:11:28 -06:00
parent d20dae3553
commit 7125b801f2

View File

@ -1,5 +1,7 @@
# A framework for running scripted tests
if HAVE_WAYLAND
if BUILDOPT_INSTALL_TESTS
stackingdir = $(pkgdatadir)/tests/stacking
dist_stacking_DATA = \
@ -33,6 +35,8 @@ mutter_test_runner_LDADD = $(MUTTER_LIBS) libmutter.la
run-tests: mutter-test-client mutter-test-runner
./mutter-test-runner $(dist_stacking_DATA)
endif
# Some random test programs for bits of the code
testboxes_SOURCES = core/testboxes.c