X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/6a9e942e27f0ca53d26ab2b4c87249dd82014723..e4aee06ff401668404de21b4af4c6a90be0f35a6:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c63b274..45ad78d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ maintainer-clean-local: -find ${builddir} -name Makefile.in -exec rm -f '{}' ';' distclean-local: - -make -C tests/run-test-suite clean + -rm -fr tests/run-test-suite + -git worktree prune .PHONY: bootstrap bootstrap: maintainer-clean @@ -24,7 +25,11 @@ bootstrap: maintainer-clean test: all make -C tests check-TESTS -test-suite: - make -C tests/run-test-suite test +test-suite: tests/run-test-suite + make -C $< test test-all: test test-suite + +tests/run-test-suite: + git fetch origin run-test-suite:run-test-suite + git worktree add $@ run-test-suite