mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
tests/core/crypto: Reorganize
All of our crypto is modern now unless exiled to the legacy sub-package, so move the test cases for the currently un-unified algorithms into the main test driver file, and rename the benchmark driver to reflect reality.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ hash_test:
|
||||
$(ODIN) run hash -o:speed -no-bounds-check -out:test_hash
|
||||
|
||||
crypto_test:
|
||||
$(ODIN) run crypto -o:speed -no-bounds-check -out:test_crypto_hash
|
||||
$(ODIN) run crypto -o:speed -no-bounds-check -out:test_crypto
|
||||
|
||||
noise_test:
|
||||
$(ODIN) run math/noise -out:test_noise
|
||||
|
||||
Reference in New Issue
Block a user