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 3571abf..39950f6 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -43,7 +43,8 @@ PYTESTS= \ tstmem.py \ validDTD.py \ validSchemas.py \ - validRNG.py + validRNG.py \ + compareNodes.py XMLS= \ tst.xml \ |