Fix ctest gmssl path bug

This commit is contained in:
Zhi Guan
2024-06-02 13:06:06 +08:00
parent c0f0ed0449
commit 86d6284d9a
6 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
execute_process(
COMMAND gmssl sm3 -in_str abc
COMMAND bin/gmssl sm3 -in_str abc
RESULT_VARIABLE TEST_RESULT
ERROR_VARIABLE TEST_STDERR
OUTPUT_VARIABLE TEST_OUTPUT