Searched refs:expect_argv (Results 1 – 2 of 2) sorted by relevance
40 static const char *expect_argv[] = { "program-name" }; variable42 #define EXPECT_NARG (sizeof(expect_argv) / sizeof(expect_argv[0]))57 if (strcmp(argv[c], expect_argv[c]) != 0) { in main()59 c, argv[c], expect_argv[c]); in main()
40 static const char *expect_argv[] = { "program-name", "hello", "world" }; variable42 #define EXPECT_NARG (sizeof(expect_argv) / sizeof(expect_argv[0]))61 if (strcmp(argv[c], expect_argv[c]) != 0) { in main()63 c, argv[c], expect_argv[c]); in main()