test_add
bool ret = test_add(fd, data, len, err, desc);
if (!test_add(fd, NULL, 4 * 1024 * 1024, I2C_IOCTL_E_NVL_TOO_BIG,
if (!test_add(fd, addr, pgsz, I2C_IOCTL_E_BAD_USER_DATA, "unreadable "
if (!test_add(fd, str, strlen(str) + 1, I2C_IOCTL_E_NVL_INVALID,
if (!test_add(hdl, add, "all")) {
if (!test_add(hdl, add, "name")) {
if (!test_add(hdl, add, "addr")) {