File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ TESTOBJ = test/fixture.o \
294294 test/testbufferoverrun.o \
295295 test/testcharvar.o \
296296 test/testcheck.o \
297+ test/testcheckersreport.o \
297298 test/testclangimport.o \
298299 test/testclass.o \
299300 test/testcmdlineparser.o \
@@ -757,6 +758,9 @@ test/testcharvar.o: test/testcharvar.cpp lib/addoninfo.h lib/check.h lib/checker
757758test/testcheck.o : test/testcheck.cpp lib/addoninfo.h lib/check.h lib/checkers.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/library.h lib/mathlib.h lib/platform.h lib/settings.h lib/standards.h lib/utils.h test/fixture.h
758759 $(CXX ) ${INCLUDE_FOR_TEST} ${CFLAGS_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/testcheck.cpp
759760
761+ test/testcheckersreport.o : test/testcheckersreport.cpp lib/addoninfo.h lib/check.h lib/checkers.h lib/checkersreport.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/library.h lib/mathlib.h lib/path.h lib/platform.h lib/settings.h lib/standards.h lib/tokenize.h lib/tokenlist.h lib/utils.h test/fixture.h test/helpers.h
762+ $(CXX ) ${INCLUDE_FOR_TEST} ${CFLAGS_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/testcheckersreport.cpp
763+
760764test/testclangimport.o : test/testclangimport.cpp lib/addoninfo.h lib/check.h lib/checkers.h lib/clangimport.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/library.h lib/mathlib.h lib/platform.h lib/settings.h lib/smallvector.h lib/sourcelocation.h lib/standards.h lib/symboldatabase.h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h test/fixture.h
761765 $(CXX ) ${INCLUDE_FOR_TEST} ${CFLAGS_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/testclangimport.cpp
762766
Original file line number Diff line number Diff line change 5353 <ClCompile Include =" testbufferoverrun.cpp" />
5454 <ClCompile Include =" testcharvar.cpp" />
5555 <ClCompile Include =" testcheck.cpp" />
56+ <ClCompile Include =" testcheckersreport.cpp" />
5657 <ClCompile Include =" testclangimport.cpp" />
5758 <ClCompile Include =" testclass.cpp" />
5859 <ClCompile Include =" testcmdlineparser.cpp" />
You can’t perform that action at this time.
0 commit comments