Skip to content

Commit

Permalink
Renamings for cmake, automake and vs projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd R. Strube committed Aug 1, 2015
1 parent 62460f5 commit fda2e5b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CppUTestTests_SOURCES = \
tests/CommandLineTestRunnerTest.cpp \
tests/JUnitOutputTest.cpp \
tests/MemoryLeakDetectorTest.cpp \
tests/MemoryLeakOperatorOverloadsTest.cpp \
tests/MemoryOperatorOverloadTest.cpp \
tests/MemoryLeakWarningTest.cpp \
tests/PluginTest.cpp \
tests/PreprocessorTest.cpp \
Expand Down Expand Up @@ -169,7 +169,7 @@ CppUTestExtTests_LDFLAGS = $(CppUTestTests_LDFLAGS)

CppUTestExtTests_SOURCES = \
tests/CppUTestExt/AllTests.cpp \
tests/CppUTestExt/CodeMemoryReportFormatterTest.cpp \
tests/CppUTestExt/CodeMemoryReporterTest.cpp \
tests/CppUTestExt/GMockTest.cpp \
tests/CppUTestExt/GTest1Test.cpp \
tests/CppUTestExt/GTest2ConvertorTest.cpp \
Expand All @@ -179,7 +179,7 @@ CppUTestExtTests_SOURCES = \
tests/CppUTestExt/MockActualCallTest.cpp \
tests/CppUTestExt/MockCheatSheetTest.cpp \
tests/CppUTestExt/MockExpectedCallTest.cpp \
tests/CppUTestExt/MockExpectedFunctionsListTest.cpp \
tests/CppUTestExt/ExpectedFunctionsListTest.cpp \
tests/CppUTestExt/MockFailureTest.cpp \
tests/CppUTestExt/MockNamedValueTest.cpp \
tests/CppUTestExt/MockPluginTest.cpp \
Expand Down
14 changes: 7 additions & 7 deletions tests/AllTests.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/AllTests.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
</FileConfiguration>
</File>
<File
RelativePath="CppUTestExt\CodeMemoryReportFormatterTest.cpp"
RelativePath="CppUTestExt\CodeMemoryReporterTest.cpp"
>
<FileConfiguration
Name="Release|Win32"
Expand Down Expand Up @@ -516,7 +516,7 @@
</FileConfiguration>
</File>
<File
RelativePath="MemoryLeakOperatorOverloadsTest.cpp"
RelativePath="MemoryOperatorOverloadTest.cpp"
>
<FileConfiguration
Name="Release|Win32"
Expand Down Expand Up @@ -700,7 +700,7 @@
</FileConfiguration>
</File>
<File
RelativePath="CppUTestExt\MockExpectedFunctionsListTest.cpp"
RelativePath="CppUTestExt\ExpectedFunctionsListTest.cpp"
>
<FileConfiguration
Name="Release|Win32"
Expand Down
6 changes: 3 additions & 3 deletions tests/AllTests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<ClCompile Include="CommandLineArgumentsTest.cpp" />
<ClCompile Include="CommandLineTestRunnerTest.cpp" />
<ClCompile Include="CppUTestExt\AllTests.cpp" />
<ClCompile Include="CppUTestExt\CodeMemoryReportFormatterTest.cpp" />
<ClCompile Include="CppUTestExt\CodeMemoryReporterTest.cpp" />
<ClCompile Include="CppUTestExt\GMockTest.cpp" />
<ClCompile Include="CppUTestExt\GTest1Test.cpp" />
<ClCompile Include="CppUTestExt\GTest2ConvertorTest.cpp" />
Expand All @@ -152,7 +152,7 @@
<ClCompile Include="CppUTestExt\MockActualCallTest.cpp" />
<ClCompile Include="CppUTestExt\MockCheatSheetTest.cpp" />
<ClCompile Include="CppUTestExt\MockExpectedCallTest.cpp" />
<ClCompile Include="CppUTestExt\MockExpectedFunctionsListTest.cpp" />
<ClCompile Include="CppUTestExt\ExpectedFunctionsListTest.cpp" />
<ClCompile Include="CppUTestExt\MockFailureTest.cpp" />
<ClCompile Include="CppUTestExt\MockNamedValueTest.cpp" />
<ClCompile Include="CppUTestExt\MockPluginTest.cpp" />
Expand All @@ -162,7 +162,7 @@
<ClCompile Include="CppUTestExt\OrderedTestTest.cpp" />
<ClCompile Include="JUnitOutputTest.cpp" />
<ClCompile Include="MemoryLeakDetectorTest.cpp" />
<ClCompile Include="MemoryLeakOperatorOverloadsTest.cpp" />
<ClCompile Include="MemoryOperatorOverloadTest.cpp" />
<ClCompile Include="MemoryLeakWarningTest.cpp" />
<ClCompile Include="PluginTest.cpp" />
<ClCompile Include="PreprocessorTest.cpp" />
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CppUTestTests_src
MemoryLeakDetectorTest.cpp
TestInstallerTest.cpp
AllocLetTestFree.c
MemoryLeakOperatorOverloadsTest.cpp
MemoryOperatorOverloadTest.cpp
TestMemoryAllocatorTest.cpp
MemoryLeakWarningTest.cpp
TestOutputTest.cpp
Expand Down
4 changes: 2 additions & 2 deletions tests/CppUTestExt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CppUTestExtTests_src
AllTests.cpp
CodeMemoryReportFormatterTest.cpp
CodeMemoryReporterTest.cpp
GMockTest.cpp
GTest1Test.cpp
MemoryReportAllocatorTest.cpp
Expand All @@ -9,7 +9,7 @@ set(CppUTestExtTests_src
MockActualCallTest.cpp
MockCheatSheetTest.cpp
MockExpectedCallTest.cpp
MockExpectedFunctionsListTest.cpp
ExpectedFunctionsListTest.cpp
MockFailureTest.cpp
MockNamedValueTest.cpp
MockPluginTest.cpp
Expand Down

0 comments on commit fda2e5b

Please sign in to comment.