[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59487] [PATCH v3 0/6] guix: dune-build-system: Run all tests.
From: |
pukkamustard |
Subject: |
[bug#59487] [PATCH v3 0/6] guix: dune-build-system: Run all tests. |
Date: |
Fri, 13 Jan 2023 10:54:34 +0000 |
This removes the usage of the `test-target` argument from dune-build-system
completely. Dune automatically finds tests for packages being built. The
previous test-target was limiting the search of tests to specific folders. In
some cases the wrong folders.
I could not systematically check all affected packages, but have fixed tests
for some (these are packages for which previously we were not running tests).
-pukkamustard
pukkamustard (5):
gnu: Add ocaml-cinaps.
gnu: ocaml-ppxlib: Clean up inputs.
gnu: ocaml-cohttp: Run tests.
guix: dune-build-system: Run all tests.
gnu: ocaml-ppx-expect: Disable tests.
raingloom (1):
guix: dune-build-system: Remove usage of test-target argument.
gnu/packages/ocaml.scm | 209 +++++++++++++------------------
guix/build/dune-build-system.scm | 4 +-
2 files changed, 86 insertions(+), 127 deletions(-)
base-commit: 9ad5c3deeaebfb6f953579992a082d8327730611
--
2.38.1
- [bug#59487] [PATCH v3 0/6] guix: dune-build-system: Run all tests.,
pukkamustard <=
- [bug#59487] [PATCH v3 5/6] guix: dune-build-system: Remove usage of test-target argument., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 3/6] gnu: ocaml-cohttp: Run tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 1/6] gnu: Add ocaml-cinaps., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 4/6] guix: dune-build-system: Run all tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 2/6] gnu: ocaml-ppxlib: Clean up inputs., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 6/6] gnu: ocaml-ppx-expect: Disable tests., pukkamustard, 2023/01/13
- bug#59487: [PATCH v3 0/6] guix: dune-build-system: Run all tests., Julien Lepiller, 2023/01/15