]> andersk Git - libyaml.git/blobdiff - Makefile.am
Move tests/run-test-suite to branch run-test-suite
[libyaml.git] / Makefile.am
index d68289293f68fde417f47eb03085996f392d2926..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:
-       (export LIBYAML_DIR=$$PWD; 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.03695 seconds and 4 git commands to generate.