diff options
| author | Yawning Angel <yawning@schwanenlied.me> | 2024-01-26 22:04:25 +0900 |
|---|---|---|
| committer | Yawning Angel <yawning@schwanenlied.me> | 2024-02-07 00:37:18 +0900 |
| commit | bc160d2eb75d73f9e46c4aa11a2cb36538ae31f9 (patch) | |
| tree | d3050b2d7939464c29ba839b557878d96dfee2cd /.gitignore | |
| parent | b02b85d242c0d60ae02981df590a079c32557ab4 (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-- | .gitignore | 2 |
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 |