Fixed CharacterString Value object name default and reverted API chan… (#888)
This commit is contained in:
@@ -52,6 +52,7 @@ add_executable(${PROJECT_NAME}
|
||||
${SRC_DIR}/bacnet/indtext.c
|
||||
${SRC_DIR}/bacnet/hostnport.c
|
||||
${SRC_DIR}/bacnet/lighting.c
|
||||
${SRC_DIR}/bacnet/proplist.c
|
||||
${SRC_DIR}/bacnet/timestamp.c
|
||||
${SRC_DIR}/bacnet/wp.c
|
||||
${SRC_DIR}/bacnet/weeklyschedule.c
|
||||
|
||||
@@ -98,7 +98,7 @@ static void testCharacterString_Value(void)
|
||||
|
||||
void test_main(void)
|
||||
{
|
||||
ztest_test_suite(piv_tests, ztest_unit_test(testCharacterString_Value));
|
||||
ztest_test_suite(csv_tests, ztest_unit_test(testCharacterString_Value));
|
||||
|
||||
ztest_run_test_suite(piv_tests);
|
||||
ztest_run_test_suite(csv_tests);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user