summaryrefslogtreecommitdiff
path: root/tests/scanner/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-08-05 17:52:15 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-22 16:12:11 +0800
commitf5521bc0ada45028ee7053ec38dd61db169c88a0 (patch)
tree925f741d25d5e09793ca1dd8945158f1b9aefe37 /tests/scanner/Makefile.am
parent0c22de3cbaed509851c5e69653ebda5f85a45b77 (diff)
downloadgobject-introspection-f5521bc0ada45028ee7053ec38dd61db169c88a0.tar.gz
tests/scanner: Add a test for ccompiler.pywip/fanc999/dumper-distutils
This adds a test for ccompiler.py so that we can test the compiler instance creation via ccompiler.py (and therefore distutils), so that we can get the correct compiler instances as we ask for them. https://bugzilla.gnome.org/show_bug.cgi?id=728313
Diffstat (limited to 'tests/scanner/Makefile.am')
-rw-r--r--tests/scanner/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am
index 13156c3b..2c016992 100644
--- a/tests/scanner/Makefile.am
+++ b/tests/scanner/Makefile.am
@@ -229,6 +229,7 @@ CHECKDOCS =
endif
PYTESTS = \
+ test_ccompiler.py \
test_sourcescanner.py \
test_transformer.py