Home
last modified time | relevance | path

Searched refs:expect_argv (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/test/semihost/
Dsemihost-no-argv.c40 static const char *expect_argv[] = { "program-name" }; variable
42 #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()
Dsemihost-argv.c40 static const char *expect_argv[] = { "program-name", "hello", "world" }; variable
42 #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()