Extend Zephyr tests for the unit_testing board

Fix tests: basic/object/ai, basic/object/av, basic/object/access_credential
This commit is contained in:
Mikhail Antropov
2022-04-17 21:51:31 +03:00
parent 2e3ce60751
commit 584003bb0a
125 changed files with 2417 additions and 359 deletions
@@ -28,7 +28,6 @@ static void testAccessCredential(void)
BACNET_APPLICATION_DATA_VALUE value = {0};
BACNET_APPLICATION_DATA_VALUE value2 = {0};
const int *required_property = NULL;
BACNET_UNSIGNED_INTEGER unsigned_value = 1;
Access_Credential_Init();
rpdata.application_data = &apdu[0];