work on raytracing
This commit is contained in:
7
main.cpp
7
main.cpp
@@ -30,7 +30,12 @@ int main(int argc, char** argv) {
|
||||
|
||||
|
||||
//::testing::GTEST_FLAG(filter) = "*Offline.readWrite*";
|
||||
::testing::GTEST_FLAG(filter) = "*Jensen*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Triangle*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Ray.ModelFac*";
|
||||
//::testing::GTEST_FLAG(filter) = "*DataMap3*";
|
||||
::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Matrix4*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Sphere3*";
|
||||
|
||||
|
||||
//::testing::GTEST_FLAG(filter) = "*Barometer*";
|
||||
|
||||
Reference in New Issue
Block a user