domo-io WIP: add nats broker. and setup the rest handler.
This commit is contained in:
15
lib/tests/test_restd.c
Normal file
15
lib/tests/test_restd.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "qunit.h"
|
||||
#include "qlibc.h"
|
||||
|
||||
QUNIT_START("Test title");
|
||||
|
||||
TEST("Test name1") {
|
||||
ASSERT_EQUAL_STR("abc", "abc");
|
||||
ASSERT_EQUAL_INT(8, 8);
|
||||
}
|
||||
|
||||
TEST("Test name2") {
|
||||
ASSERT_EQUAL_PT(NULL == NULL);
|
||||
}
|
||||
|
||||
QUNIT_END();
|
||||
Reference in New Issue
Block a user