Make sure test-genrandom and test-chmtime are builtas part of the main build.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
e0173ad9fc
commit
96651ef508
6
Makefile
6
Makefile
@ -933,13 +933,17 @@ endif
|
|||||||
|
|
||||||
### Testing rules
|
### Testing rules
|
||||||
|
|
||||||
|
TEST_PROGRAMS = test-chmtime$X test-genrandom$X
|
||||||
|
|
||||||
|
all:: $(TEST_PROGRAMS)
|
||||||
|
|
||||||
# GNU make supports exporting all variables by "export" without parameters.
|
# GNU make supports exporting all variables by "export" without parameters.
|
||||||
# However, the environment gets quite big, and some programs have problems
|
# However, the environment gets quite big, and some programs have problems
|
||||||
# with that.
|
# with that.
|
||||||
|
|
||||||
export NO_SVN_TESTS
|
export NO_SVN_TESTS
|
||||||
|
|
||||||
test: all test-chmtime$X test-genrandom$X
|
test: all
|
||||||
$(MAKE) -C t/ all
|
$(MAKE) -C t/ all
|
||||||
|
|
||||||
test-date$X: test-date.c date.o ctype.o
|
test-date$X: test-date.c date.o ctype.o
|
||||||
|
Loading…
Reference in New Issue
Block a user