Skip to content

Commit

Permalink
Fix test script CMakeLists error
Browse files Browse the repository at this point in the history
  • Loading branch information
ars-ka0s committed Apr 18, 2023
1 parent 65173ac commit 880c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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
)

Expand Down

0 comments on commit 880c128

Please sign in to comment.