giscanner: add AnnotationParser tests
[platform/upstream/gobject-introspection.git] / Makefile.am
index 2059b98..7683755 100644 (file)
@@ -66,6 +66,8 @@ check-local:
        @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py
        @echo "TEST: Annotation pattern programs"
        $(PYTHON) $(top_srcdir)/giscanner/annotationpatterns.py
+       @echo "TEST: GTK-Doc Annotation Parser"
+       PYTHONPATH="$(top_builddir):$(top_srcdir)" $(PYTHON) $(top_srcdir)/tests/scanner/annotationparser/test_parser.py
        @touch $(top_builddir)/.make-check-passed
 
 check-pyflakes: