mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
Makefile-tests: Our test framework requires Wayland
This commit is contained in:
parent
d20dae3553
commit
7125b801f2
@ -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…
Reference in New Issue
Block a user