diff options
Diffstat (limited to 'python/tests/Makefile.in')
-rw-r--r-- | python/tests/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/Makefile.in b/python/tests/Makefile.in index d7c00e5..ec3036f 100644 --- a/python/tests/Makefile.in +++ b/python/tests/Makefile.in @@ -317,7 +317,8 @@ PYTESTS = \ validSchemas.py \ validRNG.py \ compareNodes.py \ - xpathns.py + xpathns.py \ + xpathleak.py XMLS = \ tst.xml \ |