mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
Revert "Install a11y tests too"
This reverts commit 2b4f47d444
.
These are presently "examples" (because they're just run
interactively, not automatable tests).
Conflicts:
tests/accessibility/Makefile.am
This commit is contained in:
parent
5105edca0f
commit
571eb318d2
@ -28,25 +28,4 @@ noinst_PROGRAMS =
|
||||
|
||||
DISTCLEANFILES =
|
||||
|
||||
if ENABLE_INSTALLED_TESTS
|
||||
# installed tests
|
||||
insttestdir = $(libexecdir)/installed-tests/$(PACKAGE)/accessibility
|
||||
insttest_PROGRAMS = \
|
||||
cally-atkcomponent-example \
|
||||
cally-atkeditabletext-example \
|
||||
cally-atkevents-example \
|
||||
cally-atktext-example \
|
||||
cally-clone-example
|
||||
|
||||
%.test: %$(EXEEXT) Makefile
|
||||
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
|
||||
echo 'Type=session' >> $@.tmp; \
|
||||
echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \
|
||||
mv $@.tmp $@)
|
||||
|
||||
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
|
||||
testmeta_DATA = $(insttest_PROGRAMS:=.test)
|
||||
|
||||
endif
|
||||
|
||||
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|
||||
|
Loading…
Reference in New Issue
Block a user