Skip to content

Commit d20df9d

Browse files
committed
Cleanup files generated by test suite
Fixes make distcheck.
1 parent 4e494b9 commit d20df9d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ asan:
182182
@echo '## rebuilding for ASAN'
183183
./configure CFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" CXXFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined" CC="clang" CXX="clang++" --disable-shared ; OptimOff ; $(MAKE) clean ; $(MAKE)
184184

185+
clean-local:
186+
rm -f missing.xml # created by testapi
187+
185188
# Old test suite. This should be ported to C.
186189
tests: $(TEST_DEBUG) $(TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMATRON) Timingtests $(TEST_VTIME) $(PYTHON_TESTS)
187190

doc/examples/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ uninstall-local:
2222

2323
clean-local:
2424
test -f Makefile.am || rm -f test?.xml
25+
rm -f .memdump
2526

2627
EXTRA_DIST = \
2728
examples.xml \

0 commit comments

Comments
 (0)