X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FMakefile.local;h=4a6a4b12e862253c3964ec203aa45734825d3f19;hp=6cb6c829db7901499824eae12f02068663d78ea6;hb=5c12ee4b5d942b5c9efc79922d25b1cf9934aab0;hpb=5800a44bd5b77390d2243426f0c82de4d0495a1c diff --git a/test/Makefile.local b/test/Makefile.local index 6cb6c829..4a6a4b12 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -17,7 +17,7 @@ $(dir)/smtp-dummy: $(smtp_dummy_modules) $(call quiet,CC) $^ -o $@ $(dir)/symbol-test: $(dir)/symbol-test.o - $(call quiet,CC) $^ -o $@ -Llib -lnotmuch -lxapian + $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch -lxapian .PHONY: test check @@ -28,6 +28,7 @@ test: all test-binaries check: test +SRCS := $(SRCS) $(smtp_dummy_srcs) CLEAN := $(CLEAN) $(dir)/smtp-dummy $(dir)/smtp-dummy.o \ $(dir)/symbol-test $(dir)/symbol-test.o \ $(dir)/arg-test $(dir)/arg-test.o