mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
The basic idea here is to separate a few intertwined notions: 1. Not all "run bash tests" are "install tests" 2. Not all "run bash tests" use `tests/functional/init.sh`, or any pre-test initialization at all. This will used in the next commit when we have a test that check unit test golden master data. Also, move our custom `PS4` from the test to the test runner, as it is part of how we want to display the tests, not the test themselves. Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| clean.mk | ||
| common-test.sh | ||
| cxx-big-literal.mk | ||
| debug-test.sh | ||
| disable-tests.mk | ||
| functions.mk | ||
| install.mk | ||
| lib.mk | ||
| libraries.mk | ||
| patterns.mk | ||
| precompiled-headers.mk | ||
| programs.mk | ||
| run-test.sh | ||
| templates.mk | ||
| tests.mk | ||
| tracing.mk | ||