Lines Matching refs:test
32 #include "test-helper.h"
49 printf("Skipping test: manager_new: %s\n", strerror(-r));
58 p = strjoin("/tmp/test-path_", *test_path, NULL);
122 const char *test_path = "/tmp/test-path_exists";
136 const char *test_path = "/tmp/test-path_existsglobFOOBAR";
149 const char *test_path = "/tmp/test-path_changed";
169 const char *test_path = "/tmp/test-path_modified";
181 fputs("test", f);
187 const char *test_path = "/tmp/test-path_unit";
201 const char *test_path = "/tmp/test-path_directorynotempty/";
221 const char *test_path = "/tmp/test-path_makedirectory/";
256 test_function_t *test = NULL;
262 assert_se(set_unit_path(TEST_DIR "/test-path/") >= 0);
264 for (test = tests; test && *test; test++) {
267 /* We create a clean environment for each test */
272 (*test)(m);