From 87ab3f5dc87dd64f3d7f55cabf1545be8998e997 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Mon, 4 Mar 2024 17:38:53 +0900 Subject: tests/core/crypto: Use the `tests/common` boilerplate --- tests/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core/Makefile') diff --git a/tests/core/Makefile b/tests/core/Makefile index 1207eeec5..ecb05d002 100644 --- a/tests/core/Makefile +++ b/tests/core/Makefile @@ -45,7 +45,7 @@ hash_test: $(ODIN) run hash $(COMMON) -o:speed -no-bounds-check -out:test_hash crypto_test: - $(ODIN) run crypto $(COMMON) -o:speed -no-bounds-check -out:test_crypto + $(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -no-bounds-check -out:test_crypto noise_test: $(ODIN) run math/noise $(COMMON) -out:test_noise -- cgit v1.2.3