Lines Matching full:should
28 #define should(__a, __code, __opts) \ macro
45 should(a, ARCHIVE_OK, NULL); in test()
46 should(a, ARCHIVE_OK, ""); in test()
49 should(a, ARCHIVE_FAILED, "fubar:snafu"); in test()
52 should(a, ARCHIVE_FAILED, "fubar:snafu=betcha"); in test()
57 should(a, ARCHIVE_FAILED, "snafu"); in test()
60 should(a, ARCHIVE_FAILED, "snafu=betcha"); in test()
65 should(a, known_option_rv, "iso9660:joliet"); in test()
70 should(a, known_option_rv, "iso9660:joliet"); in test()
75 should(a, known_option_rv, "joliet"); in test()
80 should(a, known_option_rv, "!joliet"); in test()
86 should(a, ARCHIVE_OK, ","); in test()
87 should(a, ARCHIVE_OK, ",,"); in test()
89 should(a, halfempty_options_rv, ",joliet"); in test()
94 should(a, halfempty_options_rv, "joliet,"); in test()
100 should(a, ARCHIVE_FAILED, "joliet,snafu"); in test()
109 should(a, ARCHIVE_FAILED, "iso9660:snafu"); in test()