Skip to content

Commit

Permalink
Make sure test-genrandom and test-chmtime are builtas part of the mai…
Browse files Browse the repository at this point in the history
…n build.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 29, 2007
1 parent e0173ad commit 96651ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -933,13 +933,17 @@ endif

### Testing rules

TEST_PROGRAMS = test-chmtime$X test-genrandom$X

all:: $(TEST_PROGRAMS)

# GNU make supports exporting all variables by "export" without parameters.
# However, the environment gets quite big, and some programs have problems
# with that.

export NO_SVN_TESTS

test: all test-chmtime$X test-genrandom$X
test: all
$(MAKE) -C t/ all

test-date$X: test-date.c date.o ctype.o
Expand Down

0 comments on commit 96651ef

Please sign in to comment.