Google test wrapper replaced by a lighter macro. This resolves #1577.
Now each unit test subdirectory has an identical copy of main.cpp, and a file testlist.h that consists of #include's of all other .h files in the subdirectory. For the time being, the files testlist.h are not automatically updated, but there is a script dev-tools/code-tools/update-gtestlist.py that can be run when needed.
Showing
- Core/Material/Materials.h 1 addition, 4 deletionsCore/Material/Materials.h
- Tests/UnitTests/Core/0/Histogram1DTest.h 0 additions, 2 deletionsTests/UnitTests/Core/0/Histogram1DTest.h
- Tests/UnitTests/Core/0/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/0/main.cpp
- Tests/UnitTests/Core/0/testlist.h 11 additions, 0 deletionsTests/UnitTests/Core/0/testlist.h
- Tests/UnitTests/Core/1/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/1/main.cpp
- Tests/UnitTests/Core/1/testlist.h 10 additions, 0 deletionsTests/UnitTests/Core/1/testlist.h
- Tests/UnitTests/Core/2/ScalarSpecularInfoMapTest.h 2 additions, 1 deletionTests/UnitTests/Core/2/ScalarSpecularInfoMapTest.h
- Tests/UnitTests/Core/2/SpecularSimulationTest.h 1 addition, 2 deletionsTests/UnitTests/Core/2/SpecularSimulationTest.h
- Tests/UnitTests/Core/2/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/2/main.cpp
- Tests/UnitTests/Core/2/testlist.h 8 additions, 0 deletionsTests/UnitTests/Core/2/testlist.h
- Tests/UnitTests/Core/3/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/3/main.cpp
- Tests/UnitTests/Core/3/testlist.h 9 additions, 0 deletionsTests/UnitTests/Core/3/testlist.h
- Tests/UnitTests/Core/4/HomogeneousMaterialTest.h 2 additions, 7 deletionsTests/UnitTests/Core/4/HomogeneousMaterialTest.h
- Tests/UnitTests/Core/4/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/4/main.cpp
- Tests/UnitTests/Core/4/testlist.h 15 additions, 0 deletionsTests/UnitTests/Core/4/testlist.h
- Tests/UnitTests/Core/5/ParameterDistributionTest.h 1 addition, 0 deletionsTests/UnitTests/Core/5/ParameterDistributionTest.h
- Tests/UnitTests/Core/5/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/5/main.cpp
- Tests/UnitTests/Core/5/testlist.h 9 additions, 0 deletionsTests/UnitTests/Core/5/testlist.h
- Tests/UnitTests/Core/6/main.cpp 32 additions, 0 deletionsTests/UnitTests/Core/6/main.cpp
- Tests/UnitTests/Core/6/testlist.h 6 additions, 0 deletionsTests/UnitTests/Core/6/testlist.h
Loading
Please register or sign in to comment