|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This file contains a unit test for the CdiList functionality. More...
#include "cdi_core_api.h"#include "cdi_logger_api.h"#include "list_api.h"#include "utilities_api.h"#include <stdbool.h>Macros | |
| #define | CHECK(condition) |
Functions | |
| CdiReturnStatus | TestUnitList (void) |
| External declarations. | |
Variables | |
| static const bool | verbose = false |
| Set to true to see passing test results. | |
This file contains a unit test for the CdiList functionality.
| #define CHECK | ( | condition | ) |
This macro performs a test. Call it with a conditional expression that must be true in order for the unit test to pass.