aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-26 08:01:13 -0300
committerEuAndreh <eu@euandre.org>2024-08-26 08:01:13 -0300
commit68c7f40ed50582ecad1a931a0f04c3fa9b13392f (patch)
treeb32e732200aec89672bae0f3fb7775e2bfc18854
parentMakefile: Add skeleton for running integration tests (diff)
downloadserver-68c7f40ed50582ecad1a931a0f04c3fa9b13392f.tar.gz
server-68c7f40ed50582ecad1a931a0f04c3fa9b13392f.tar.xz
Makefile: simple spacing
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d78f496..cd1f790 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ $(integration-tests): ALWAYS
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
## are created if missing.