diff options
Diffstat (limited to 'tests/core/Makefile')
| -rw-r--r-- | tests/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |