add cleaning of temporary test files (with option to keep them)
commit3bbd458780926ea398d8b32400a858de79ccdf8b
authorAchim Gratz <Stromeko@Stromeko.DE>
Thu, 16 Feb 2012 20:24:51 +0000 (16 21:24 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Fri, 20 Apr 2012 19:04:13 +0000 (20 21:04 +0200)
tree355a1498aa5b78a57f70059a7a5c26aa1398c858
parent035f24673b2170c284859479aabb588f0330f8bc
add cleaning of temporary test files (with option to keep them)

    default.mk: add $(testdir) definition based on $(TMPDIR), which
    defaults to "/tmp" if not already defined

    targets.mk(check): call test suite with TMPDIR=$(testdir) and remove
    direactory after successful run of testsuite.  Do not remove
    temporary test files if $(TEST_NO_AUTOCLEAN) is set to a non-empty
    value.

    targets.mk(cleandirs): refactor the first part of what cleanall
    had been doing.

    targets.mk(cleanall): run cleantest and cleandirs, then remove
    backup files.

    targets.mk(cleanlisp): remove backup files.

    targets.mk(cleandoc): remove backup files.

    targets.mk(cleanall): run cleantest and cleandirs, then remove
    backup files.

    targets.mk(cleantest): removal of temporary test files.
default.mk
targets.mk