diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am index 4862b9586..5b2e12e61 100644 --- a/tests/accessibility/Makefile.am +++ b/tests/accessibility/Makefile.am @@ -44,10 +44,10 @@ insttest_PROGRAMS = \ cally-clone-example %.test: %$(EXEEXT) Makefile - $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ - echo 'Type=session' >> $@.tmp; \ - echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \ - mv $@.tmp $@) + $(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)