unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 2348eacb5e03a4ad809638eba8b6ba220457f607 2624 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
74
75
76
77
78
79
80
81
82
83
84
 
# -*- 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/libnotmuch_util.a
	$(call quiet,CC) $^ -o $@ $(LDFLAGS)

$(dir)/message-id-parse: $(dir)/message-id-parse.o lib/libnotmuch.a util/libnotmuch_util.a
	$(call quiet,CC) $^ -o $@ $(LDFLAGS) $(TALLOC_LDFLAGS)

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

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

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

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

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

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

$(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 \
	      $(dir)/hex-xcode.c \
	      $(dir)/random-corpus.c \
	      $(dir)/parse-time.c \
	      $(dir)/smtp-dummy.c \
	      $(dir)/symbol-test.cc \
	      $(dir)/make-db-version.cc \
	      $(dir)/ghost-report.cc \
	      $(dir)/message-id-parse.c

test_srcs=$(test_main_srcs) $(dir)/database-test.c

TEST_BINARIES := $(test_main_srcs:.c=)
TEST_BINARIES := $(TEST_BINARIES:.cc=)

test-binaries: $(TEST_BINARIES)

test:	all test-binaries
ifeq ($V,)
	@echo 'Use "$(MAKE) V=1" to see the details for passing and known broken tests.'
       @env NOTMUCH_TEST_QUIET=1 $(NOTMUCH_SRCDIR)/$(test_src_dir)/notmuch-test $(OPTIONS) </dev/null
else
# The user has explicitly enabled quiet execution.
ifeq ($V,0)
       @env NOTMUCH_TEST_QUIET=1 $(NOTMUCH_SRCDIR)/$(test_src_dir)/notmuch-test $(OPTIONS) </dev/null
else
       @$(NOTMUCH_SRCDIR)/$(test_src_dir)/notmuch-test $(OPTIONS) </dev/null
endif
endif

check: test

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

debug log:

solving 3a57b6be ...
found 3a57b6be in https://yhetil.org/notmuch/87pnocadqp.fsf@fifthhorseman.net/
found 47244e8f in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 47244e8f0956977735b7ea0d4c1666211703ad1a	test/Makefile.local

applying [1/1] https://yhetil.org/notmuch/87pnocadqp.fsf@fifthhorseman.net/
diff --git a/test/Makefile.local b/test/Makefile.local
index 47244e8f..3a57b6be 100644

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

index at:
100644 2348eacb5e03a4ad809638eba8b6ba220457f607	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).