refactoring to make unit test useful for others.

This commit is contained in:
skarg
2005-12-11 13:09:46 +00:00
parent 3d0eaed3d6
commit a2fbc7145e
2 changed files with 71 additions and 59 deletions
+5
View File
@@ -75,6 +75,11 @@ int bacapp_encode_application_data(
#ifdef TEST
#include "ctest.h"
void testBACnetApplicationData(Test * pTest);
void testBACnetApplicationDataValue(Test * pTest,
BACNET_APPLICATION_DATA_VALUE *value);
void testCompareApplicationData(Test * pTest,
BACNET_APPLICATION_DATA_VALUE *value,
BACNET_APPLICATION_DATA_VALUE *test_value);
#endif
#ifdef __cplusplus