Makefile-tests: Our test framework requires Wayland
This commit is contained in:
parent
d20dae3553
commit
7125b801f2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue