unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob bd09390d3208d7eac362cd9cf45f7dde623c4ae6 992 bytes (raw)
name: test/Makefile 	 # 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
 
# Run tests
#
# Copyright (c) 2005 Junio C Hamano
#

-include ../config.mak

#GIT_TEST_OPTS=--verbose --debug
SHELL_PATH ?= $(SHELL)
TAR ?= $(TAR)
RM ?= rm -f

# Shell quote;
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))

T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
TSVN = $(wildcard t91[0-9][0-9]-*.sh)

all: pre-clean
	$(MAKE) aggregate-results-and-cleanup

$(T):
	@echo "*** $@ ***"; GIT_CONFIG=.git/config '$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)

pre-clean:
	$(RM) -r test-results

clean:
	$(RM) -r 'trash directory'.* test-results

aggregate-results-and-cleanup: $(T)
	$(MAKE) aggregate-results
	$(MAKE) clean

aggregate-results:
	'$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-*

# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
full-svn-test:
	$(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=1 LC_ALL=C
	$(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=0 LC_ALL=en_US.UTF-8

valgrind:
	GIT_TEST_OPTS=--valgrind $(MAKE)

.PHONY: pre-clean $(T) aggregate-results clean valgrind

debug log:

solving bd09390 ...
found bd09390 in https://yhetil.org/notmuch/1265642169-15801-1-git-send-email-sojkam1@fel.cvut.cz/ ||
	https://yhetil.org/notmuch/1265204568-24018-1-git-send-email-sojkam1@fel.cvut.cz/

applying [1/1] https://yhetil.org/notmuch/1265642169-15801-1-git-send-email-sojkam1@fel.cvut.cz/
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..bd09390

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

skipping https://yhetil.org/notmuch/1265204568-24018-1-git-send-email-sojkam1@fel.cvut.cz/ for bd09390
index at:
100644 bd09390d3208d7eac362cd9cf45f7dde623c4ae6	test/Makefile

(*) 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).