]> andersk Git - libyaml.git/blobdiff - Makefile.am
Include libyaml-test and libyaml-parser-emitter
[libyaml.git] / Makefile.am
index 1b47f331f344eb5cde88d2ee9c884eea218c24da..6425b6b97acaf9e13007de1c392eb05c8342f3ce 100644 (file)
@@ -13,19 +13,18 @@ maintainer-clean-local:
        -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
 
 distclean-local:
-       -rm -fr libyaml-test
+       -make -C tests/run-test-suite clean
 
 .PHONY: bootstrap
 bootstrap: maintainer-clean
        ./bootstrap
+       ./configure
+       make
 
 test: all
        make -C tests check-TESTS
 
-test-suite: libyaml-test
-       (export LIBYAML_DIR=$$PWD; make -C $< test)
-
-libyaml-test:
-       git clone https://github.com/yaml/$@
+test-suite:
+       (export LIBYAML_DIR=$$PWD; make -C tests/run-test-suite test)
 
 test-all: test test-suite
This page took 0.669163 seconds and 4 git commands to generate.