X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FMakefile.local;h=2ec659560626e1a16e224d85e1b58cb318033fe9;hp=6a9f15e81500fc9bec9a5c1802c99dcb451eace3;hb=e7c661d31a23d1f711a84e6eca85eea9b67f11fe;hpb=76fa93e2a2002940335c941e76e94d69abd71fe9 diff --git a/test/Makefile.local b/test/Makefile.local index 6a9f15e8..2ec65956 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -22,7 +22,7 @@ random_corpus_deps = $(dir)/random-corpus.o $(dir)/database-test.o \ parse-time-string/libparse-time-string.a $(dir)/random-corpus: $(random_corpus_deps) - $(call quiet,CC) $(CFLAGS_FINAL) $^ -o $@ $(CONFIGURE_LDFLAGS) + $(call quiet,CXX) $(CFLAGS_FINAL) $^ -o $@ $(CONFIGURE_LDFLAGS) $(dir)/smtp-dummy: $(smtp_dummy_modules) $(call quiet,CC) $^ -o $@