10 lines
245 B
C
10 lines
245 B
C
#include "acutest.h"
|
|
#include "tests.h"
|
|
|
|
TEST_LIST = {
|
|
{ "routing simple", test_routing_simple },
|
|
{ "routing star", test_routing_star },
|
|
{ "routing merge", test_routing_merge },
|
|
{ "routing nest", test_routing_nest },
|
|
{ NULL, NULL }
|
|
};
|