diff options
-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 |