[glib] Use tap mode for installed tests too, when using tap



commit 71c9ea42f81efef48e58bcd9223fe11b63ab8489
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 4 21:09:18 2014 -0500

    Use tap mode for installed tests too, when using tap

 glib-tap.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glib-tap.mk b/glib-tap.mk
index 3fb29a2..016cb91 100644
--- a/glib-tap.mk
+++ b/glib-tap.mk
@@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_testcases:=.test)
 %.test: %$(EXEEXT) Makefile
        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
        echo 'Type=session' >> $  tmp; \
-       echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $  tmp; \
+       echo 'Exec=$(installed_testdir)/$(notdir $<) --tap' >> $  tmp; \
+       echo 'Output=TAP' >> $  tmp; \
        mv $  tmp $@)
 
 CLEANFILES += $(installed_test_meta_DATA)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]