File tree Expand file tree Collapse file tree 4 files changed +2
-200
lines changed
Expand file tree Collapse file tree 4 files changed +2
-200
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,6 @@ TESTOBJ = test/options.o \
263263 test/testpostfixoperator.o \
264264 test/testpreprocessor.o \
265265 test/testrunner.o \
266- test/testsamples.o \
267266 test/testsimplifytemplate.o \
268267 test/testsimplifytokens.o \
269268 test/testsimplifytypedef.o \
@@ -714,9 +713,6 @@ test/testpreprocessor.o: test/testpreprocessor.cpp externals/simplecpp/simplecpp
714713test/testrunner.o : test/testrunner.cpp externals/simplecpp/simplecpp.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/preprocessor.h lib/suppressions.h test/options.h test/testsuite.h
715714 $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CPPFILESDIR ) $(CXXFLAGS ) $(UNDEF_STRICT_ANSI ) -c -o test/testrunner.o test/testrunner.cpp
716715
717- test/testsamples.o : test/testsamples.cpp cli/cppcheckexecutor.h cli/filelister.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/importproject.h lib/library.h lib/mathlib.h lib/path.h lib/pathmatch.h lib/platform.h lib/settings.h lib/standards.h lib/suppressions.h lib/timer.h lib/utils.h test/redirect.h test/testsuite.h
718- $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CPPFILESDIR ) $(CXXFLAGS ) $(UNDEF_STRICT_ANSI ) -c -o test/testsamples.o test/testsamples.cpp
719-
720716test/testsimplifytemplate.o : test/testsimplifytemplate.cpp lib/astutils.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/importproject.h lib/library.h lib/mathlib.h lib/platform.h lib/settings.h lib/standards.h lib/suppressions.h lib/templatesimplifier.h lib/timer.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/valueflow.h test/testsuite.h
721717 $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CPPFILESDIR ) $(CXXFLAGS ) $(UNDEF_STRICT_ANSI ) -c -o test/testsimplifytemplate.o test/testsimplifytemplate.cpp
722718
Original file line number Diff line number Diff line change 6666 <ClCompile Include =" testpostfixoperator.cpp" />
6767 <ClCompile Include =" testpreprocessor.cpp" />
6868 <ClCompile Include =" testrunner.cpp" />
69- <ClCompile Include =" testsamples.cpp" />
7069 <ClCompile Include =" testsimplifytemplate.cpp" />
7170 <ClCompile Include =" testsimplifytokens.cpp" />
7271 <ClCompile Include =" testsimplifytypedef.cpp" />
314313 </ItemDefinitionGroup >
315314 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
316315 <ImportGroup Label =" ExtensionTargets" />
317- </Project >
316+ </Project >
Original file line number Diff line number Diff line change 166166 <ClCompile Include =" testvalueflow.cpp" >
167167 <Filter >Source Files</Filter >
168168 </ClCompile >
169- <ClCompile Include =" testsamples.cpp" >
170- <Filter >Source Files</Filter >
171- </ClCompile >
172169 <ClCompile Include =" testvaarg.cpp" >
173170 <Filter >Source Files</Filter >
174171 </ClCompile >
256253 <Filter >Header Files</Filter >
257254 </ClInclude >
258255 </ItemGroup >
259- </Project >
256+ </Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments