Skip to content

Commit 471841a

Browse files
committed
Fix test script CMakeLists error
1 parent 858c129 commit 471841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ configure_file(
5656

5757
configure_file(
5858
"${CUSTOM_TEST_SCRIPTS_DIR}/${TEST_CHECK-MODEM300_FILE}"
59-
"${CUSTOM_TEST_BINARY_DIR}${CUSTOM_SCRIPT_SUFFIX}"
59+
"${CUSTOM_TEST_BINARY_DIR}/${TEST_CHECK-MODEM300_FILE}${CUSTOM_SCRIPT_SUFFIX}"
6060
@ONLY
6161
)
6262

0 commit comments

Comments
 (0)