Skip to content

Commit 96651ef

Browse files
author
Junio C Hamano
committed
Make sure test-genrandom and test-chmtime are builtas part of the main build.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e0173ad commit 96651ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,13 +933,17 @@ endif
933933

934934
### Testing rules
935935

936+
TEST_PROGRAMS = test-chmtime$X test-genrandom$X
937+
938+
all:: $(TEST_PROGRAMS)
939+
936940
# GNU make supports exporting all variables by "export" without parameters.
937941
# However, the environment gets quite big, and some programs have problems
938942
# with that.
939943

940944
export NO_SVN_TESTS
941945

942-
test: all test-chmtime$X test-genrandom$X
946+
test: all
943947
$(MAKE) -C t/ all
944948

945949
test-date$X: test-date.c date.o ctype.o

0 commit comments

Comments
 (0)