diff options
author | EuAndreh <eu@euandre.org> | 2024-08-24 17:15:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-24 17:15:51 -0300 |
commit | 43cb260fb4a870a5e76637ad3aae2edaf0dc770b (patch) | |
tree | 40bae7f46dccde927ff587df31a5c5553a4348da | |
parent | Makefile: gpg -q when decrypting (diff) | |
download | server-43cb260fb4a870a5e76637ad3aae2edaf0dc770b.tar.gz server-43cb260fb4a870a5e76637ad3aae2edaf0dc770b.tar.xz |
Makefile: Add skeleton for running integration tests
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |