[gspell] Installed tests: add Description and Output=TAP to the *.test files



commit a48b6a1960b9c3a7d4325befefdab84a981fc335
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 12 17:39:52 2016 +0100

    Installed tests: add Description and Output=TAP to the *.test files

 testsuite/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 0842a0e..f974787 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -32,8 +32,10 @@ insttest_PROGRAMS = $(UNIT_TEST_PROGS)
 
 %.test: %$(EXEEXT) Makefile
        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
-       echo 'Type=session' >> $  tmp; \
+       echo 'Description=gspell test' >> $  tmp; \
        echo 'Exec=$(insttestdir)/$<' >> $  tmp; \
+       echo 'Type=session' >> $  tmp; \
+       echo 'Output=TAP' >> $  tmp; \
        mv $  tmp $@)
 
 test_files = $(UNIT_TEST_PROGS:=.test)


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