]> andersk Git - libyaml.git/blobdiff - tests/run-test-suite/test/libyaml-parser.t
Rewrite make test-suite
[libyaml.git] / tests / run-test-suite / test / libyaml-parser.t
index 1c3d0c4d34f4777bb6720f2cf540b85f0445c3c6..6be2395d747748e2a730f196acb52e3bfb8d2234 100755 (executable)
@@ -13,7 +13,7 @@ for id in "${ids[@]}"; do
   dir="data/$id"
   label="$id: $(< $dir/===)"
   [[ -e "$dir/in.yaml" ]] || continue
-  ./src/libyaml-parser "$dir/in.yaml" > /tmp/test.out || {
+  ../../tests/run-parser-test-suite "$dir/in.yaml" > /tmp/test.out || {
     (
       cat "$dir/in.yaml"
       cat "$dir/test.event"
This page took 0.050897 seconds and 4 git commands to generate.