Skip to content

Commit 42388f8

Browse files
committed
Remove TestSamples
1 parent afac0e8 commit 42388f8

File tree

4 files changed

+2
-200
lines changed

4 files changed

+2
-200
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
714713
test/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-
720716
test/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

test/testrunner.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
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" />
@@ -314,4 +313,4 @@
314313
</ItemDefinitionGroup>
315314
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
316315
<ImportGroup Label="ExtensionTargets" />
317-
</Project>
316+
</Project>

test/testrunner.vcxproj.filters

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@
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>
@@ -256,4 +253,4 @@
256253
<Filter>Header Files</Filter>
257254
</ClInclude>
258255
</ItemGroup>
259-
</Project>
256+
</Project>

test/testsamples.cpp

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)