aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05c285c..d78f496 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,13 @@ 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