]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/unit-test-suite-runner'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 16:52:52 +0000 (09:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 16:52:52 +0000 (09:52 -0700)
commitb7a1d47ba5dd0df476104a63c6ddffe2d52fccf8
treec08317ab5a0357b8b0252ec483132740ed4402e4
parent83f1add914c6b4682de1e944ec0d1ac043d53d78
parent951105664dd4de73a8c949b0fb875e895d149ece
Merge branch 'js/unit-test-suite-runner'

The "test-tool" has been taught to run testsuite tests in parallel,
bypassing the need to use the "prove" tool.

* js/unit-test-suite-runner:
  cmake: let `test-tool` run the unit tests, too
  ci: use test-tool as unit test runner on Windows
  t/Makefile: run unit tests alongside shell tests
  unit tests: add rule for running with test-tool
  test-tool run-command testsuite: support unit tests
  test-tool run-command testsuite: remove hardcoded filter
  test-tool run-command testsuite: get shell from env
  t0080: turn t-basic unit test into a helper
Makefile
ci/run-build-and-tests.sh
t/helper/test-tool.c
t/helper/test-tool.h
t/t0080-unit-test-output.sh