Searched refs:sauce (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/test/ |
D | test-engine.c | 80 *tomato = NULL, *sauce = NULL, *fruit = NULL, *zupa = NULL; in main() local 274 assert_se(unit_new_for_name(m, sizeof(Slice), "sauce.slice", &sauce) >= 0); in main() 278 unit_set_slice(tomato, sauce); in main() 283 assert_se(!unit_has_dependency(tomato, UNIT_ATOM_IN_SLICE, sauce)); in main() 287 assert_se(!unit_has_dependency(tomato, UNIT_ATOM_REFERENCES, sauce)); in main() 291 assert_se(!unit_has_dependency(sauce, UNIT_ATOM_SLICE_OF, tomato)); in main() 295 assert_se(!unit_has_dependency(sauce, UNIT_ATOM_REFERENCED_BY, tomato)); in main()
|