summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-12-18 18:30:54 -0800
committerColin Walters <walters@verbum.org>2013-12-29 19:45:42 +0000
commitf27aff293b8f811dbea6311d06be42eec2d980d8 (patch)
tree35060f4dd8f651165062c14be38172de77f7e2e8 /configure.ac
parent42bb69a6a2f12165a9758b192e80da089e00ab5c (diff)
downloadgobject-introspection-f27aff293b8f811dbea6311d06be42eec2d980d8.tar.gz
tests: Use Python unittest module parameterization for annotationparser
Add Python unittest module parameterization support to gi-tester through the use of a "TESTARGS" variable. Use the Automake test harness along with gi-tester for running the Python annotationparser tests. Add tests/scanner/annotationparser/Makefile.am and localize testing rules and EXTRA_DIST setup to this file. Specific Python tests can now be run as follows: cd tests/scanner/annotationparser make check TESTS=test_patterns.py TESTARGS=TestTagValueStability https://bugzilla.gnome.org/show_bug.cgi?id=720713
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3394ece0..f60d3f47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,6 +319,7 @@ Makefile
tests/Makefile
tests/offsets/Makefile
tests/scanner/Makefile
+tests/scanner/annotationparser/Makefile
tests/repository/Makefile
tests/warn/Makefile
docs/Makefile