summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-11-04 11:45:57 +0100
committerStefan Sauer <ensonic@users.sf.net>2017-11-04 12:24:09 +0100
commita3a22ca1b6154c5a453b2cb75547469944936ca6 (patch)
tree5af72a993480efe02f76a40776a262cab6f3641b /configure.ac
parent3a6b8406e5eddee6eb7c527c498105c0a554641f (diff)
downloadgtk-doc-a3a22ca1b6154c5a453b2cb75547469944936ca6.tar.gz
tests: add a minimal test suite we can use for repro cases
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 12 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index ee24f65..2bc110c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,24 +221,27 @@ gtkdoc/config.py
help/Makefile
help/manual/Makefile
tests/Makefile
-tests/gobject/Makefile
-tests/gobject/src/Makefile
-tests/gobject/docs/Makefile
-tests/bugs/Makefile
-tests/bugs/src/Makefile
-tests/bugs/docs/Makefile
tests/annotations/Makefile
tests/annotations/src/Makefile
tests/annotations/docs/Makefile
-tests/fail/Makefile
-tests/fail/src/Makefile
-tests/fail/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
])
dnl run chmod on these after parsing them.