From 43cb260fb4a870a5e76637ad3aae2edaf0dc770b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 17:15:51 -0300 Subject: Makefile: Add skeleton for running integration tests --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3