xbt_test_assert(not strcmp(s, expected),
"Input (%s) leads to (%s) instead of (%s)",
input, s, expected); \
free(s); \
xbt_dynar_free(&d);
xbt_dynar_t xbt_str_split_quoted(const char *s)
Splits a string into a dynar of strings, taking quotes into account.
Definition: xbt_str.cpp:174
char * xbt_str_join(xbt_dynar_t dynar, const char *sep)
Join a set of strings as a single string.
Definition: xbt_str.cpp:198
#define xbt_test_add(...)
Declare that a new test begins (printf-like parameters, describing the test)
Definition: cunit.h:106
static const char * name
Definition: msg.h:198