]> andersk Git - libyaml.git/commit
Include libyaml-test and libyaml-parser-emitter
authorIngy döt Net <ingy@ingy.net>
Fri, 30 Dec 2016 02:14:14 +0000 (20:14 -0600)
committerIngy döt Net <ingy@ingy.net>
Fri, 30 Dec 2016 17:09:58 +0000 (11:09 -0600)
commita672b0710919287ffbede8594c47aade35dd5874
treee5a113d926cdd6cdc112066ee94e11c261191461
parent52b6634fb39a09c71782caf50005f0f23d2cec95
Include libyaml-test and libyaml-parser-emitter

Before the `make test-suite` command would clone yaml/libyaml-test which
would in tuen clone yaml/libyaml-parser-emitter. Now they are part of
the repository since they are not really useful outside the repository.

They still clone the data branch of yaml/yaml-test-suite. That is where
all the actual test data resides. That belongs outside the repo because
it is intended for all yaml frameworks.
19 files changed:
.gitignore
.indent.pro [new file with mode: 0644]
Makefile.am
tests/run-test-suite/Makefile [new file with mode: 0644]
tests/run-test-suite/ReadMe.md [new file with mode: 0644]
tests/run-test-suite/src/Makefile [new file with mode: 0644]
tests/run-test-suite/src/ReadMe.md [new file with mode: 0644]
tests/run-test-suite/src/libyaml-emitter.c [new file with mode: 0644]
tests/run-test-suite/src/libyaml-parser.c [new file with mode: 0644]
tests/run-test-suite/src/test/example-2.27-invoice.events [new file with mode: 0644]
tests/run-test-suite/src/test/example-2.27-invoice.out [new file with mode: 0644]
tests/run-test-suite/src/test/example-2.27-invoice.yaml [new file with mode: 0644]
tests/run-test-suite/src/test/libyaml-emitter.t [new file with mode: 0644]
tests/run-test-suite/src/test/libyaml-parser.t [new file with mode: 0644]
tests/run-test-suite/test/libyaml-emitter.skip [new file with mode: 0644]
tests/run-test-suite/test/libyaml-emitter.t [new file with mode: 0755]
tests/run-test-suite/test/libyaml-parser.skip [new file with mode: 0644]
tests/run-test-suite/test/libyaml-parser.t [new file with mode: 0755]
tests/run-tests.sh
This page took 0.03339 seconds and 5 git commands to generate.