From 87ab3f5dc87dd64f3d7f55cabf1545be8998e997 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Mon, 4 Mar 2024 17:38:53 +0900 Subject: tests/core/crypto: Use the `tests/common` boilerplate --- tests/core/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core/build.bat') 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 -- cgit v1.2.3