Sign in
googlers
/
jrn
/
git
/
4f09825e58ce1da7af8cc96bff5a6b118790fffa
/
t
/
Makefile
00f6991
t/Makefile: always test all lint targets when running tests
by Jens Lehmann
· 11 years ago
cd78cea
t/Makefile: check helper scripts for non-portable shell commands too
by Jens Lehmann
· 11 years ago
a6ca9df
t/Makefile: stop setting GIT_CONFIG
by Jeff King
· 11 years ago
31d176d
Merge branch 'jk/test-output'
by Junio C Hamano
· 12 years ago
b3e0c4e
t/Makefile: don't define TEST_RESULTS_DIRECTORY recursively
by John Keeping
· 12 years ago
6a776ac
t/Makefile: remove smoke test targets
by John Keeping
· 12 years ago
54bb901
t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORY
by John Keeping
· 12 years ago
4249d85
Merge branch 'tb/test-shell-lint'
by Junio C Hamano
· 12 years ago
81127d7
tests: turn on test-lint by default
by Jeff King
· 12 years ago
c7ce70a
test: Add check-non-portable-shell.pl
by Torsten Bögershausen
· 12 years ago
dd6fc7c
Makefile: whitespace style fixes in macro definitions
by Stefano Lattarini
· 12 years ago
60f26f6
t/Makefile: retain cache t/.prove across prove runs
by Michael Haggerty
· 13 years ago
342e9ef
Introduce a performance testing framework
by Thomas Rast
· 13 years ago
6f5e880
Sync with maint
by Junio C Hamano
· 13 years ago
d24fbca
Remove Git's support for smoke testing
by Ævar Arnfjörð Bjarmason
· 13 years ago
aae5239
t/Makefile: Use $(sort ...) explicitly where needed
by Kirill Smelkov
· 13 years ago
7ef4d6b
t/Makefile: pass test opts to valgrind target properly
by Jeff King
· 14 years ago
d38732c
tests: add some script lint checks
by Jeff King
· 14 years ago
4739c19
Merge branch 'mg/make-prove'
by Junio C Hamano
· 14 years ago
28d836c
test: allow running the tests under "prove"
by Michael J Gruber
· 14 years ago
958a846
gitweb/Makefile: Add 'test' and 'test-installed' targets
by Jakub Narebski
· 14 years ago
9b777a1
cvs tests: do not touch test CVS repositories shipped with source
by Junio C Hamano
· 15 years ago
617344d
t/Makefile: Create test-results dir for smoke target
by Ævar Arnfjörð Bjarmason
· 15 years ago
e38efac
t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target
by Ævar Arnfjörð Bjarmason
· 15 years ago
4678a5c
t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh
by Ævar Arnfjörð Bjarmason
· 15 years ago
b6b84d1
tests: Infrastructure for Git smoke testing
by Ævar Arnfjörð Bjarmason
· 15 years ago
9a3028b
tests: Ignore the Test::Harness .prove file
by Ævar Arnfjörð Bjarmason
· 15 years ago
7ea3ddf
Only run aggregate-results over actual counts
by Thomas Rast
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
6508eed
t/aggregate-results: accomodate systems with small max argument list length
by Brandon Casey
· 15 years ago
b2b0026
test_cmp: do not use "diff -u" on platforms that lack one
by Gary V. Vaughan
· 15 years ago
7b3bdbb
fixup: do not unconditionally disable "diff -u"
by Junio C Hamano
· 15 years ago
4fdf71b
tests: use "test_cmp", not "diff", when verifying the result
by Gary V. Vaughan
· 15 years ago
34b383e
t/Makefile: remove test artifacts upon "make clean"
by Junio C Hamano
· 15 years ago
c14417c
t/Makefile: include config.mak
by Jeff King
· 16 years ago
b0085a7
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
81db4ab
test-lib: Clean up comments and Makefile.
by Emil Sit
· 16 years ago
3da9365
Tests: let --valgrind imply --verbose and --tee
by Johannes Schindelin
· 16 years ago
7f6fdea
t/Makefile: provide a 'valgrind' target
by Johannes Schindelin
· 16 years ago
abc5d37
Enable parallel tests
by Johannes Schindelin
· 17 years ago
e3df89a
tests: Clarify dependencies between tests, 'aggregate-results' and 'clean'
by Johannes Schindelin
· 17 years ago
dd33927
t/Makefile: use specified shell when running aggregation script
by SungHyun Nam
· 17 years ago
f8d5ffc
Hook up the result aggregation in the test makefile.
by Sverre Rabbelier
· 17 years ago
2d84e9f
Modify test-lib.sh to output stats to t/test-results/*
by Sverre Rabbelier
· 17 years ago
9231e3a
t/Makefile: "trash" directory was renamed recently
by Brandon Casey
· 17 years ago
4cb08df
Use $(RM) in Makefiles instead of 'rm -f'
by Emil Medve
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
ed92f17
git-svn: remove non-delta fetch code paths
by Eric Wong
· 18 years ago
b9c8518
git-svn: remove support for the svn command-line client
by Eric Wong
· 18 years ago
e151611
git-svn: update tests for recent changes
by Eric Wong
· 18 years ago
7cdbff1
remove merge-recursive-old
by Junio C Hamano
· 18 years ago
60d02cc
git-svn: migrate out of contrib
by Eric Wong
· 19 years ago
9c3796f
Fix setting config variables with an alternative GIT_CONFIG
by Johannes Schindelin
· 19 years ago
e6bfaf3
Makefile fixups.
by A Large Angry SCM
· 19 years ago
39c015c
Fixes for ancient versions of GNU make
by Johannes Schindelin
· 19 years ago
abb7c7b
Optionally work without python
by Johannes Schindelin
· 19 years ago
23fc63b
make tests ignorable with "make -i"
by Alex Riesen
· 19 years ago
4769948
Deal with $(bindir) and friends with whitespaces.
by Junio C Hamano
· 19 years ago
455a7f3
More portability.
by Junio C Hamano
· 19 years ago
edde7a8
[PATCH] Make the test more shell generic and fix missing Solaris find option
by Peter Eriksen
· 19 years ago
d6928eb
t/Makefile: OPTS -> GIT_TEST_OPTS
by Petr Baudis
· 20 years ago
902d960
t/Makefile cleanup
by Petr Baudis
· 20 years ago
e1970ce
[PATCH 1/2] Test framework take two.
by Junio C Hamano
· 20 years ago