unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob e422c06dbc66d96ae4b8399e914d7929ff74cf3c 1844 bytes (raw)
name: test/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
 
# -*- makefile -*-

dir := test

# save against changes in $(dir)
test_src_dir := $(dir)
extra_cflags += -I$(srcdir)

smtp_dummy_srcs =		\
	$(notmuch_compat_srcs)	\
	$(dir)/smtp-dummy.c

smtp_dummy_modules = $(smtp_dummy_srcs:.c=.o)

$(dir)/arg-test: $(dir)/arg-test.o command-line-arguments.o util/libutil.a
	$(call quiet,CC) $^ -o $@

$(dir)/hex-xcode: $(dir)/hex-xcode.o command-line-arguments.o util/libutil.a
	$(call quiet,CC) $^ $(TALLOC_LDFLAGS) -o $@

random_corpus_deps =  $(dir)/random-corpus.o  $(dir)/database-test.o \
			notmuch-config.o command-line-arguments.o \
			lib/libnotmuch.a util/libutil.a \
			parse-time-string/libparse-time-string.a

$(dir)/random-corpus: $(random_corpus_deps)
	$(call quiet,CXX) $(CFLAGS_FINAL) $^ -o $@ $(CONFIGURE_LDFLAGS)

$(dir)/smtp-dummy: $(smtp_dummy_modules)
	$(call quiet,CC) $^ -o $@

$(dir)/symbol-test: $(dir)/symbol-test.o lib/$(LINKER_NAME)
	$(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS)

$(dir)/parse-time: $(dir)/parse-time.o parse-time-string/parse-time-string.o
	$(call quiet,CC) $^ -o $@

$(dir)/have-compact: Makefile.config
ifeq ($(HAVE_XAPIAN_COMPACT),1)
	ln -sf $(TRUE) $@
else
	ln -sf $(FALSE) $@
endif

$(dir)/have-man: Makefile.config
ifeq ($(HAVE_SPHINX)$(HAVE_RST2MAN),00)
	ln -sf $(FALSE) $@
else
	ln -sf $(TRUE) $@
endif

.PHONY: test check

TEST_BINARIES=$(dir)/arg-test \
	      $(dir)/have-compact \
	      $(dir)/have-man \
	      $(dir)/hex-xcode \
	      $(dir)/random-corpus \
	      $(dir)/parse-time \
	      $(dir)/smtp-dummy \
	      $(dir)/symbol-test

test-binaries: $(TEST_BINARIES)

test:	all test-binaries
	@${test_src_dir}/notmuch-test $(OPTIONS)

check: test

SRCS := $(SRCS) $(smtp_dummy_srcs)
CLEAN += $(TEST_BINARIES) $(addsuffix .o,$(TEST_BINARIES)) \
	 $(dir)/database-test.o \
	 $(dir)/corpus.mail $(dir)/test-results $(dir)/tmp.*

debug log:

solving e422c06 ...
found e422c06 in https://yhetil.org/notmuch/1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu/
found d622eaf in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 d622eafee7865588ef4a0112225aebed8fe22bd0	test/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu/
diff --git a/test/Makefile.local b/test/Makefile.local
index d622eaf..e422c06 100644

Checking patch test/Makefile.local...
Applied patch test/Makefile.local cleanly.

index at:
100644 e422c06dbc66d96ae4b8399e914d7929ff74cf3c	test/Makefile.local

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).