summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-26 08:02:48 -0300
committerEuAndreh <eu@euandre.org>2024-08-26 08:02:48 -0300
commitb361c1075c0bd7132bc5d324ccdc95fed412c559 (patch)
treea452650cc5becca27445d544640e47f5a4aa6b70 /Makefile
parentsrc/secrets/repo/: Update secrets (diff)
downloadasami-b361c1075c0bd7132bc5d324ccdc95fed412c559.tar.gz
asami-b361c1075c0bd7132bc5d324ccdc95fed412c559.tar.xz
Makefile: Add skeleton for integration tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d6bb4f..4cacec7 100644
--- a/Makefile
+++ b/Makefile
@@ -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