Searched refs:test_dispatch_one (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-verbs.c28 #define test_dispatch_one(argv, verbs, expected) \ macro
46 test_dispatch_one(STRV_MAKE("command-not-found"), verbs, -EINVAL);
49 test_dispatch_one(STRV_MAKE("show"), verbs, 0);
52 test_dispatch_one(STRV_MAKE("copy-to", "foo"), verbs, -EINVAL);
55 test_dispatch_one(STRV_MAKE("status", "foo", "bar"), verbs, 0);
58 test_dispatch_one(STRV_MAKE("copy-to", "foo", "bar", "baz", "quux", "qaax"), verbs, -EINVAL);
61 test_dispatch_one(STRV_MAKE_EMPTY, verbs, 0);
70 test_dispatch_one(STRV_MAKE(NULL), verbs, -EINVAL);

Completed in 9 milliseconds