Merged revision(s) 2898 from branches/releases/bacnet-stack-0-8-0:

Cleanup of unit test exports.
........
This commit is contained in:
skarg
2015-10-18 00:27:09 +00:00
parent 3b28372e8b
commit 5a0ed5a9e0
6 changed files with 99 additions and 39 deletions
+6
View File
@@ -78,6 +78,12 @@ extern "C" {
uint8_t * apdu,
int32_t * value);
#ifdef TEST
#include "ctest.h"
void testBACnetIntegers(
Test * pTest);
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */
+6
View File
@@ -185,6 +185,12 @@ extern "C" {
uint8_t tag_number,
BACNET_DATE_TIME * value);
#ifdef TEST
#include "ctest.h"
void testDateTime(
Test * pTest);
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */
+11
View File
@@ -84,6 +84,11 @@ extern "C" {
OS_Keylist list,
KEY key);
/* returns the index from the node specified by key */
int Keylist_Index(
OS_Keylist list,
KEY key);
/* returns the data specified by key */
void *Keylist_Data_Index(
OS_Keylist list,
@@ -103,6 +108,12 @@ extern "C" {
int Keylist_Count(
OS_Keylist list);
#ifdef TEST
#include "ctest.h"
void testKeyList(
Test * pTest);
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */