]> andersk Git - libyaml.git/blobdiff - Makefile.am
Move tests/run-test-suite to branch run-test-suite
[libyaml.git] / Makefile.am
index c63b274da0a5d28051b520d9733e4abd5033d200..45ad78d58e79938797d45aac20869d10977cd857 100644 (file)
@@ -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
This page took 0.028109 seconds and 4 git commands to generate.