diff options
Diffstat (limited to 'python/tests/Makefile.in')
-rw-r--r-- | python/tests/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/tests/Makefile.in b/python/tests/Makefile.in index 3b55268..9113a20 100644 --- a/python/tests/Makefile.in +++ b/python/tests/Makefile.in @@ -285,12 +285,14 @@ PYTESTS = \ thread2.py \ sync.py \ tstLastError.py \ - indexes.py + indexes.py \ + dtdvalid.py XMLS = \ tst.xml \ valid.xml \ - invalid.xml + invalid.xml \ + test.dtd EXTRA_DIST = $(PYTESTS) $(XMLS) all: all-am |