]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_test.h
better test coverage
[protos/libecoli.git] / lib / ecoli_test.h
index 90159f1e4a4d25a811460c9321b29f4f4d829628..a22e081c74ab9d1784b30afe77a6b26e44aaa4ca 100644 (file)
@@ -81,6 +81,7 @@ int ec_test_check_parse(struct ec_node *node, int expected, ...);
 
 /* XXX this is not an assert, it does not abort */
 // XXX use it instead of ec_log to have the file:line
+// XXX set test result?
 #define EC_TEST_ASSERT_STR(cond, fmt, ...)                             \
        do {                                                            \
                if (!(cond))                                            \