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



commit bbe0a546257bb80189f84416f58801ed3a643ceb
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 12 18:03:06 2016 +0100

    Installed tests: add Description and Output=TAP to the *.test files
    
    To follow more closely what is described in the gnome goal.

 tests/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 660a8dc..1e74818 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -167,8 +167,10 @@ insttesstyle_DATA =                        \
 
 %.test: %$(EXEEXT) Makefile
        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
-       echo 'Type=session' >> $  tmp; \
+       echo 'Description=GtkSourceView 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]