diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-03-06 14:49:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 14:49:15 +0000 |
| commit | 703eab2f15b959797dfa1d81c4e9bc37ec00ff80 (patch) | |
| tree | 2086dfbe6da4f4f502a87c63f81b91ec1ff905a7 /tests/core/build.bat | |
| parent | 04bfc926eedbdee2276748365056e8fa44be8184 (diff) | |
| parent | c044e295ce4a36eea5a58b21a16d3c2a8a792d26 (diff) | |
Merge pull request #3229 from Yawning/feature/moar-crypto
core/crypto: More improvements/additions
Diffstat (limited to 'tests/core/build.bat')
| -rw-r--r-- | tests/core/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/build.bat b/tests/core/build.bat index d5f528f0c..210760d00 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -31,7 +31,7 @@ echo --- echo --- echo Running core:crypto tests echo --- -%PATH_TO_ODIN% run crypto %COMMON% -out:test_crypto.exe || exit /b +%PATH_TO_ODIN% run crypto %COMMON% %COLLECTION% -out:test_crypto.exe || exit /b echo --- echo Running core:encoding tests |