]> git.notmuchmail.org Git - notmuch/blobdiff - test/Makefile.local
test: handle filenames that have directories in them
[notmuch] / test / Makefile.local
index 4a6a4b12e862253c3964ec203aa45734825d3f19..45df4c718fb47f3545202f3d02e75c993cd47338 100644 (file)
@@ -17,7 +17,7 @@ $(dir)/smtp-dummy: $(smtp_dummy_modules)
        $(call quiet,CC) $^ -o $@
 
 $(dir)/symbol-test: $(dir)/symbol-test.o
-       $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch -lxapian
+       $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS)
 
 .PHONY: test check
 
@@ -31,4 +31,5 @@ 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
+        $(dir)/arg-test $(dir)/arg-test.o \
+        $(dir)/corpus.mail $(dir)/test-results $(dir)/tmp.*