diff -uNrBbwp cppcheck-1.78/Makefile cppcheck-1.78-new/Makefile --- cppcheck-1.78/Makefile 2017-04-28 03:27:36.539560672 +0000 +++ cppcheck-1.78-new/Makefile 2017-04-28 03:26:54.652566107 +0000 @@ -256,10 +256,10 @@ all: cppcheck testrunner testrunner: $(TESTOBJ) $(LIBOBJ) $(EXTOBJ) cli/threadexecutor.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o $(CXX) $(CPPFLAGS) $(CXXFLAGS) -o testrunner $(TESTOBJ) $(LIBOBJ) cli/threadexecutor.o cli/cppcheckexecutor.o cli/cmdlineparser.o cli/filelister.o $(EXTOBJ) $(LIBS) $(LDFLAGS) $(RDYNAMIC) -test: all +test: testrunner ./testrunner -check: all +check: testrunner ./testrunner -q checkcfg: cppcheck