[gtk-doc] tests: don't compile the sources in the integration test



commit d7770b318fe73495017d2de1e6f3751bbad3295e
Author: Stefan Sauer <ensonic users sf net>
Date:   Mon May 7 22:32:28 2018 +0200

    tests: don't compile the sources in the integration test
    
    There is no point in compiling those, we only scan them. The only exception
    is the gobject suite where we need to link against them for introspection.

 configure.ac                      |   13 -------------
 tests/annotations/Makefile.am     |   11 -----------
 tests/annotations/src/Makefile.am |   15 ---------------
 tests/bugs/Makefile.am            |   12 ------------
 tests/bugs/src/Makefile.am        |   15 ---------------
 tests/empty/Makefile.am           |   13 -------------
 tests/empty/src/Makefile.am       |   15 ---------------
 tests/fail/Makefile.am            |   12 ------------
 tests/fail/src/Makefile.am        |   15 ---------------
 tests/gobject.sh                  |    2 ++
 tests/gobject/Makefile.am         |   13 -------------
 tests/program/Makefile.am         |   11 -----------
 tests/program/src/Makefile.am     |   10 ----------
 tests/repro/Makefile.am           |   12 ------------
 tests/repro/src/Makefile.am       |   15 ---------------
 15 files changed, 2 insertions(+), 182 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 494d95f..a14f403 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,26 +219,13 @@ gtkdoc/config.py
 help/Makefile
 help/manual/Makefile
 tests/Makefile
-tests/annotations/Makefile
-tests/annotations/src/Makefile
 tests/annotations/docs/Makefile
-tests/bugs/Makefile
-tests/bugs/src/Makefile
 tests/bugs/docs/Makefile
-tests/empty/Makefile
-tests/empty/src/Makefile
 tests/empty/docs/Makefile
-tests/fail/Makefile
-tests/fail/src/Makefile
 tests/fail/docs/Makefile
-tests/gobject/Makefile
 tests/gobject/src/Makefile
 tests/gobject/docs/Makefile
-tests/program/Makefile
-tests/program/src/Makefile
 tests/program/docs/Makefile
-tests/repro/Makefile
-tests/repro/src/Makefile
 tests/repro/docs/Makefile
 ])
 
diff --git a/tests/gobject.sh b/tests/gobject.sh
index 97cf356..9150179 100755
--- a/tests/gobject.sh
+++ b/tests/gobject.sh
@@ -2,5 +2,7 @@
 
 set -e
 
+make -C `dirname $0`/gobject/src/ all
+
 gtkdoctest.sh gobject
 sanity.sh gobject


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