Skip to content

Commit 880c128

Browse files
committed
Fix test script CMakeLists error
1 parent 65173ac commit 880c128

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
@@ -55,7 +55,7 @@ configure_file(
5555

5656
configure_file(
5757
"${CUSTOM_TEST_SCRIPTS_DIR}/${TEST_CHECK-MODEM300_FILE}"
58-
"${CUSTOM_TEST_BINARY_DIR}${CUSTOM_SCRIPT_SUFFIX}"
58+
"${CUSTOM_TEST_BINARY_DIR}/${TEST_CHECK-MODEM300_FILE}${CUSTOM_SCRIPT_SUFFIX}"
5959
@ONLY
6060
)
6161

0 commit comments

Comments
 (0)