tests/core/crypto: Use the tests/common boilerplate

This commit is contained in:
Yawning Angel
2024-03-04 18:20:56 +09:00
parent fa8dd5a13b
commit 87ab3f5dc8
8 changed files with 87 additions and 107 deletions
+1 -1
View File
@@ -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