mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
tests/core/crypto: Use the tests/common boilerplate
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user