aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2024-01-26 22:04:25 +0900
committerYawning Angel <yawning@schwanenlied.me>2024-02-07 00:37:18 +0900
commitbc160d2eb75d73f9e46c4aa11a2cb36538ae31f9 (patch)
treed3050b2d7939464c29ba839b557878d96dfee2cd /.gitignore
parentb02b85d242c0d60ae02981df590a079c32557ab4 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5cb06d73d..a5ddfe670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,7 +39,7 @@ tests/core/test_core_net
tests/core/test_core_os_exit
tests/core/test_core_reflect
tests/core/test_core_strings
-tests/core/test_crypto_hash
+tests/core/test_crypto
tests/core/test_hash
tests/core/test_hxa
tests/core/test_json