]> andersk Git - libyaml.git/commit
Move tests/run-test-suite to branch run-test-suite
authorIngy döt Net <ingy@ingy.net>
Thu, 28 Dec 2017 21:16:38 +0000 (13:16 -0800)
committerIngy döt Net <ingy@ingy.net>
Sat, 30 Dec 2017 03:58:07 +0000 (19:58 -0800)
commite4aee06ff401668404de21b4af4c6a90be0f35a6
treeb77a6a93374db9cad922ea4194a28fecc179ded2
parent6a9e942e27f0ca53d26ab2b4c87249dd82014723
Move tests/run-test-suite to branch run-test-suite

with the intent that `make test-suite` will use it as a branch.

This commit makes the libyaml and yaml-test-suite repos completely
independent. The only thing in master is a Makefile rule for
`make run-test-suite`.

The run-test-suite branch takes care of everything else.

This will keep the master branch history clean from any yaml-test-suite
activity, while keeping everything up to date.

Pinning will just work for whatever commit of master you run the tests
from. The pinning work will all be done in the `run-test-suite` branch.
15 files changed:
.gitignore
.makefile
Makefile.am
tests/run-test-suite/Makefile [deleted file]
tests/run-test-suite/ReadMe.md [deleted file]
tests/run-test-suite/src/test/example-2.27-invoice.events [deleted file]
tests/run-test-suite/src/test/example-2.27-invoice.out [deleted file]
tests/run-test-suite/src/test/example-2.27-invoice.yaml [deleted file]
tests/run-test-suite/src/test/libyaml-emitter.t [deleted file]
tests/run-test-suite/src/test/libyaml-parser.t [deleted file]
tests/run-test-suite/test/libyaml-emitter.list [deleted file]
tests/run-test-suite/test/libyaml-emitter.t [deleted file]
tests/run-test-suite/test/libyaml-parser.list [deleted file]
tests/run-test-suite/test/libyaml-parser.t [deleted file]
tests/run-tests.sh
This page took 0.11313 seconds and 5 git commands to generate.