]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Use Automake’s parallel test driver to speed up running tests
authorReuben Thomas <rrt@sc3d.org>
Tue, 3 Nov 2020 23:11:34 +0000 (23:11 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 5 Nov 2020 07:53:15 +0000 (08:53 +0100)
commit78600a6a0c221e08b1e32912b61042aa1f36775b
tree0b55c439dfd6418335a4e090f0a5c7c1df24aa50
parent88178a7dbe5bbedc24d672fc3e0a2d9a3086048f
tests: Use Automake’s parallel test driver to speed up running tests

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1094
24 files changed:
Makefile.am
build-aux/testrunner.sh [moved from tests/testrunner.sh with 67% similarity]
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am
tests/linux/file-commandpipe.vala [moved from tests/posix/file-commandpipe.vala with 100% similarity]
tests/linux/tests-extra-environment.sh [new file with mode: 0644]
tests/nullability/tests-extra-environment.sh [new file with mode: 0644]
tests/posix/arrays.vala [new symlink]
tests/posix/delegate_only.vala [new symlink]
tests/posix/empty-length-0.vala [new symlink]
tests/posix/enum_only.vala [new symlink]
tests/posix/struct_only.vala [new symlink]
tests/posix/tests-extra-environment.sh [new file with mode: 0644]
tests/version/tests-extra-environment.sh [new file with mode: 0644]
valadoc/tests/.gitignore [new file with mode: 0644]
valadoc/tests/Makefile.am
valadoc/tests/libvaladoc/parser-generic-scanner.vala [moved from valadoc/tests/libvaladoc/parser/generic-scanner.vala with 100% similarity]
valadoc/tests/libvaladoc/parser-manyrule.vala [moved from valadoc/tests/libvaladoc/parser/manyrule.vala with 100% similarity]
valadoc/tests/libvaladoc/parser-oneofrule.vala [moved from valadoc/tests/libvaladoc/parser/oneofrule.vala with 100% similarity]
valadoc/tests/libvaladoc/parser-optionalrule.vala [moved from valadoc/tests/libvaladoc/parser/optionalrule.vala with 100% similarity]
valadoc/tests/libvaladoc/parser-sequencerule.vala [moved from valadoc/tests/libvaladoc/parser/sequencerule.vala with 100% similarity]
valadoc/tests/libvaladoc/parser-stubrule.vala [moved from valadoc/tests/libvaladoc/parser/stubrule.vala with 100% similarity]
valadoc/tests/libvaladoc/tests-extra-environment.sh [new file with mode: 0644]
valadoc/tests/testrunner.sh [deleted file]