X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=071205befb3708b17a04925d59d0696ae98d2cf3;hb=5011228dceecadb0c1ed94c2635d6c0342e2af48;hp=e0789e5ba9888d6286f8dec34dfd107911e8f0f1;hpb=31d02c77ec523a535baa29086f5ed7ff67f3002f;p=hexagon diff --git a/Makefile b/Makefile index e0789e5..071205b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TESTS= t/cantor.t t/distance.t t/adjacency.t t/range.t t/hexbin.t \ t/gridsize.t t/center.t t/astar.t PREFIX=/usr/local -all: libhexagon.a docs +all: libhexagon.a docs testfiles clean: rm -f $(OBJS) libhexagon.a $(TESTS) @@ -18,6 +18,8 @@ clean: t/%.t: t/%.o t/tap.o $(OBJS) $(CC) -I.. -I. -o $@ $+ $(LDFLAGS) +testfiles: $(TESTS) + test: libhexagon.a $(TESTS) @prove --exec '' 2>/dev/null