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