X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FMakefile.local;h=022f2cf7af0bfa3b9bec1b64505c49a651434db5;hb=92e59568fa4eec466db78af6c21c39ca5826b0d7;hp=30d420e5b661793a1fcde8118136a729048e4811;hpb=e2b7bd9bace8525eb84d2e2c9d912111b0efde26;p=notmuch diff --git a/test/Makefile.local b/test/Makefile.local index 30d420e5..022f2cf7 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -38,6 +38,9 @@ $(dir)/parse-time: $(dir)/parse-time.o parse-time-string/parse-time-string.o $(dir)/make-db-version: $(dir)/make-db-version.o $(call quiet,CXX) $^ -o $@ $(LDFLAGS) $(XAPIAN_LDFLAGS) +$(dir)/ghost-report: $(dir)/ghost-report.o + $(call quiet,CXX) $^ -o $@ $(LDFLAGS) $(XAPIAN_LDFLAGS) + .PHONY: test check test_main_srcs=$(dir)/arg-test.c \ @@ -47,6 +50,7 @@ test_main_srcs=$(dir)/arg-test.c \ $(dir)/smtp-dummy.c \ $(dir)/symbol-test.cc \ $(dir)/make-db-version.cc \ + $(dir)/ghost-report.cc test_srcs=$(test_main_srcs) $(dir)/database-test.c