Browse Source

Implemented make test

make test in project root will recurse to the t/ subdirectory and run
make all there.
maint
Petr Baudis 20 years ago committed by Petr Baudis
parent
commit
dfe070511c
  1. 3
      Makefile

3
Makefile

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


test:
make -C t/ all

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



Loading…
Cancel
Save