Update tests\core\crypto

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:46:59 -04:00
committed by Feoramund
parent a463e282db
commit a0b2ea6d6e
11 changed files with 355 additions and 577 deletions
+3 -3
View File
@@ -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