Fix test script CMakeLists error

This commit is contained in:
ars-ka0s 2023-04-18 14:28:17 -05:00
parent 858c129cf6
commit 471841a2d3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ configure_file(
configure_file(
"${CUSTOM_TEST_SCRIPTS_DIR}/${TEST_CHECK-MODEM300_FILE}"
"${CUSTOM_TEST_BINARY_DIR}${CUSTOM_SCRIPT_SUFFIX}"
"${CUSTOM_TEST_BINARY_DIR}/${TEST_CHECK-MODEM300_FILE}${CUSTOM_SCRIPT_SUFFIX}"
@ONLY
)