File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ test: all
262262check : all
263263 ./testrunner -q
264264
265- checkcfg : cppcheck
265+ checkcfg : cppcheck validateCFG
266266 ./test/cfg/runtests.sh
267267
268268dmake : tools/dmake.o cli/filelister.o $(SRCDIR ) /pathmatch.o $(SRCDIR ) /path.o externals/simplecpp/simplecpp.o
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ int main(int argc, char **argv)
375375 fout << " \t ./testrunner\n\n " ;
376376 fout << " check:\t all\n " ;
377377 fout << " \t ./testrunner -q\n\n " ;
378- fout << " checkcfg:\t cppcheck\n " ;
378+ fout << " checkcfg:\t cppcheck validateCFG \n " ;
379379 fout << " \t ./test/cfg/runtests.sh\n\n " ;
380380 fout << " dmake:\t tools/dmake.o cli/filelister.o $(SRCDIR)/pathmatch.o $(SRCDIR)/path.o externals/simplecpp/simplecpp.o\n " ;
381381 fout << " \t $(CXX) $(CXXFLAGS) -o $@ tools/dmake.o cli/filelister.o $(SRCDIR)/pathmatch.o $(SRCDIR)/path.o externals/simplecpp/simplecpp.o -Ilib $(LDFLAGS)\n\n " ;
You can’t perform that action at this time.
0 commit comments