From: Joel Rosdahl Date: Fri, 16 Jul 2010 15:27:38 +0000 (+0200) Subject: Let installcheck run unit tests as well X-Git-Tag: v3.1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a996b5dd1b29ad74828f8d45132e2149f9dbba07;p=thirdparty%2Fccache.git Let installcheck run unit tests as well --- diff --git a/Makefile.in b/Makefile.in index 33d9f4480..c6ff97507 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,8 +81,9 @@ distclean: clean rm -rf Makefile dev.mk config.h config.log config.status .deps version.c .PHONY: installcheck -installcheck: - CCACHE=$(bindir)/ccache $(srcdir)/test.sh +installcheck: ccache$(EXEEXT) test/main$(EXEEXT) + test/main$(EXEEXT) + CCACHE=$(bindir)/ccache CC='$(CC)' $(srcdir)/test.sh .c.o: $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<