]> andersk Git - libyaml.git/blobdiff - tests/run-tests.sh
Include libyaml-test and libyaml-parser-emitter
[libyaml.git] / tests / run-tests.sh
index 6ef04a15fdf156bf45c882737477f833ad14af65..33369000db1b52b7ff31102e6485c02f23615028 100755 (executable)
@@ -3,28 +3,24 @@
 set -e
 
 main() {
-  bootstrap
+  clean
 
+  ./bootstrap
+  ./configure
   make test-all
 
   clean
 
   cmake .
-
   make
   make test
-}
 
-bootstrap() {
   clean
-
-  ./bootstrap
-  ./configure
 }
 
 clean() {
   git clean -d -x -f
-  rm -fr libyaml-test
+  rm -fr tests/run-test-suite/data
 }
 
 main "$@"
This page took 0.031128 seconds and 4 git commands to generate.