Skip to content

Commit

Permalink
add secure_connect to test channel_value and write_group
Browse files Browse the repository at this point in the history
  • Loading branch information
stargieg committed Oct 26, 2024
1 parent aad1a1c commit c5b5ec2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/bacnet/channel_value/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ add_executable(${PROJECT_NAME}
${SRC_DIR}/bacnet/bacstr.c
${SRC_DIR}/bacnet/bactext.c
${SRC_DIR}/bacnet/basic/sys/bigend.c
${SRC_DIR}/bacnet/basic/sys/days.c
${SRC_DIR}/bacnet/datetime.c
${SRC_DIR}/bacnet/hostnport.c
${SRC_DIR}/bacnet/indtext.c
${SRC_DIR}/bacnet/lighting.c
${SRC_DIR}/bacnet/secure_connect.c
# Test and test library files
./src/main.c
${ZTST_DIR}/ztest_mock.c
Expand Down
1 change: 1 addition & 0 deletions test/bacnet/secure_connect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ add_executable(${PROJECT_NAME}
${SRC_DIR}/bacnet/indtext.c
${SRC_DIR}/bacnet/lighting.c
${SRC_DIR}/bacnet/special_event.c
${SRC_DIR}/bacnet/channel_value.c
${SRC_DIR}/bacnet/timestamp.c
${SRC_DIR}/bacnet/weeklyschedule.c
${SRC_DIR}/bacnet/basic/sys/bigend.c
Expand Down
1 change: 1 addition & 0 deletions test/bacnet/write_group/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ add_executable(${PROJECT_NAME}
${SRC_DIR}/bacnet/dailyschedule.c
${SRC_DIR}/bacnet/calendar_entry.c
${SRC_DIR}/bacnet/special_event.c
${SRC_DIR}/bacnet/secure_connect.c
${SRC_DIR}/bacnet/channel_value.c
# Test and test library files
./src/main.c
Expand Down

0 comments on commit c5b5ec2

Please sign in to comment.