diff options
author | EuAndreh <eu@euandre.org> | 2024-08-26 08:02:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-26 08:02:48 -0300 |
commit | b361c1075c0bd7132bc5d324ccdc95fed412c559 (patch) | |
tree | a452650cc5becca27445d544640e47f5a4aa6b70 | |
parent | src/secrets/repo/: Update secrets (diff) | |
download | asami-b361c1075c0bd7132bc5d324ccdc95fed412c559.tar.gz asami-b361c1075c0bd7132bc5d324ccdc95fed412c559.tar.xz |
Makefile: Add skeleton for integration tests
-rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -63,7 +63,14 @@ system.scm.sentinel: src/guix/system.scm $(config.txt) check-unit: -check-integration: + +integration-tests = \ + +$(integration-tests): ALWAYS + sh $@ + +check-integration: $(integration-tests) + ## Run all tests. Each test suite is isolated, so that a parallel ## build can run tests at the same time. The required artifacts |