From: Stéphane Glondu Date: Wed, 15 Jan 2025 07:21:39 +0000 (+0100) Subject: Run tests with OCAML_TEST_SIZE=1 X-Git-Tag: archive/raspbian/5.3.0-2+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7de02e71dc7eb5a68dd32fa5f2dc76c307661b3;p=ocaml.git Run tests with OCAML_TEST_SIZE=1 --- diff --git a/debian/rules b/debian/rules index 92665f70..7de995a9 100755 --- a/debian/rules +++ b/debian/rules @@ -284,7 +284,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES))) rm -f testsuite/tests/misc-unsafe/almabench.ml endif ifeq (,$(DEB_TEST_BUILD_PREFIX)) - make tests $(IGNORE_TESTS_FAILURE) + OCAML_TEST_SIZE=1 make tests $(IGNORE_TESTS_FAILURE) endif endif