aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-05 03:04:11 -0300
committerEuAndreh <eu@euandre.org>2024-10-05 03:04:11 -0300
commitc7ac34d05114ca6f5ee67baa58f35007f48c282d (patch)
tree19c1ee38ec3f9257462cda15f530b1bd1e0362ac /Makefile
parentRemove support for dynamically loading extensions (diff)
downloadgolite-c7ac34d05114ca6f5ee67baa58f35007f48c282d.tar.gz
golite-c7ac34d05114ca6f5ee67baa58f35007f48c282d.tar.xz
Makefile: run "fuzz" in "check-integration" target (for 1 second)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2545b1..3809a74 100644
--- a/Makefile
+++ b/Makefile
@@ -148,6 +148,7 @@ $(integration-tests): ALWAYS
sh $@
check-integration: $(integration-tests)
+check-integration: fuzz
## Run all tests. Each test suite is isolated, so that a parallel