Implemented make test

make test in project root will recurse to the t/ subdirectory and run
make all there.
maint
Petr Baudis 2005-05-14 17:45:33 +02:00 committed by Petr Baudis
parent ceede59ea9
commit dfe070511c
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ diff.o: $(LIB_H)
strbuf.o: $(LIB_H)
gitenv.o: $(LIB_H)

test:
make -C t/ all

clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)