Schedule sets the correct value but only in the schedule object. References are not set yet. (#1236)

Add device_moc.c to tests cmake. Thanks Steve
This commit is contained in:
GauiStori
2026-02-19 22:03:52 +01:00
committed by GitHub
parent 2874dcea5e
commit f9a0386614
4 changed files with 49 additions and 15 deletions
@@ -69,6 +69,7 @@ add_executable(${PROJECT_NAME}
# Test and test library files
./src/main.c
${TST_DIR}/bacnet/basic/object/test/property_test.c
${TST_DIR}/bacnet/basic/object/test/device_mock.c
${ZTST_DIR}/ztest_mock.c
${ZTST_DIR}/ztest.c
)