X-Git-Url: http://git.squeep.com/?p=reservoir_sample;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b335a02a28e34d6c74422923468fa1fc11640070;hp=405e0337e375fe2003d988e481109329f0286384;hb=c09f96c65c1d62b2f21bf592e5927c3e07e2906b;hpb=b3b907c563ea44e7129cbb474740ea55459b1533 diff --git a/Makefile b/Makefile index 405e033..b335a02 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ check: test echo Checking $${t};\ ./$${t} > /dev/null || echo -- $${t} FAILED --;\ done + $(TEST_DIR)/validate-statistics.sh $(TEST_DIR)/%_test.o: %.c $(CC) $(CFLAGS) $(CPPFLAGS) -DTEST -c -o $@ $<