mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Update tests\core\crypto
This commit is contained in:
+3
-3
@@ -42,15 +42,15 @@ compress_test:
|
||||
container_test:
|
||||
$(ODIN) test container $(COMMON) -define:test_progress_width=4 -out:test_core_container
|
||||
|
||||
crypto_test:
|
||||
$(ODIN) test crypto $(COMMON) -define:test_progress_width=18 -o:speed -out:test_crypto
|
||||
|
||||
strings_test:
|
||||
$(ODIN) run strings $(COMMON) -out:test_core_strings
|
||||
|
||||
hash_test:
|
||||
$(ODIN) run hash $(COMMON) -o:speed -out:test_hash
|
||||
|
||||
crypto_test:
|
||||
$(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -out:test_crypto
|
||||
|
||||
noise_test:
|
||||
$(ODIN) run math/noise $(COMMON) -out:test_noise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user