]> andersk Git - libyaml.git/blobdiff - tests/run-test-suite/Makefile
Get tests passing on Docker
[libyaml.git] / tests / run-test-suite / Makefile
index bdf89f68103b1322558672e356f2f9502ee66e68..3d39edc3568ad31f969a661a7b65174cc8f5d901 100644 (file)
@@ -23,7 +23,8 @@ data:
        git clone $(TEST_SUITE_URL) $@ --branch=$@
 
 %/libyaml-parser %/libyaml-emitter: %
-       (cd $<; make build)
+       (cd $<; make clean build)
+       (cd $<; make clean build)
 
 libyaml-parser-emitter:
        git clone $(GITHUB_ORG_URI)/$@ $@
This page took 0.047467 seconds and 4 git commands to generate.