tests/core/crypto: Use the tests/common boilerplate

This commit is contained in:
Yawning Angel
2024-03-04 18:20:56 +09:00
parent fa8dd5a13b
commit 87ab3f5dc8
8 changed files with 87 additions and 107 deletions
+1 -1
View File
@@ -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