X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Frandom-corpus.c;h=d74271d932312d77ea66a02131a753ea4b931762;hb=dfe15c0e1b18f4d9ab5d328399e56b3be4a251a5;hp=790193d2ee3eed2f5b7edbb4b4e7f3637f6f23d4;hpb=e76f6517de020783d828be59f461f1d4f465c4b4;p=notmuch diff --git a/test/random-corpus.c b/test/random-corpus.c index 790193d2..d74271d9 100644 --- a/test/random-corpus.c +++ b/test/random-corpus.c @@ -114,6 +114,25 @@ random_utf8_string (void *ctx, size_t char_count) return buf; } +/* stubs since we cannot link with notmuch.o */ +const notmuch_opt_desc_t notmuch_shared_options[] = { + { 0, 0, 0, 0, 0 } +}; + +char *notmuch_requested_db_uuid = NULL; + +void +notmuch_process_shared_options (unused (const char *dummy)) +{ +} + +int +notmuch_minimal_options (unused (const char *subcommand), + unused (int argc), + unused (char **argv)) +{ + return 0; +} int main (int argc, char **argv)