Loading src/UnitTests/AssertCudaTest.cu +1 −10 Original line number Diff line number Diff line Loading @@ -108,13 +108,4 @@ WRAP_ASSERT( test28, TNL_ASSERT_FALSE( data_full, "non-nullptr is false" );, fal #endif #endif #include "GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "main.h" src/UnitTests/AssertTest.cpp +1 −10 Original line number Diff line number Diff line Loading @@ -68,13 +68,4 @@ TEST( AssertTest, basicTest ) } #endif #include "GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "main.h" src/UnitTests/Containers/ArrayOperationsTest.h +1 −10 Original line number Diff line number Diff line Loading @@ -442,13 +442,4 @@ TYPED_TEST( ArrayOperationsTest, containsOnlyValue_cuda ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" src/UnitTests/Containers/ArrayTest.h +1 −10 Original line number Diff line number Diff line Loading @@ -525,13 +525,4 @@ TYPED_TEST( ArrayTest, boundLoad ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" src/UnitTests/Containers/ArrayViewTest.h +1 −10 Original line number Diff line number Diff line Loading @@ -545,13 +545,4 @@ TYPED_TEST( ArrayViewTest, assignmentOperatorWithDifferentType ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" Loading
src/UnitTests/AssertCudaTest.cu +1 −10 Original line number Diff line number Diff line Loading @@ -108,13 +108,4 @@ WRAP_ASSERT( test28, TNL_ASSERT_FALSE( data_full, "non-nullptr is false" );, fal #endif #endif #include "GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "main.h"
src/UnitTests/AssertTest.cpp +1 −10 Original line number Diff line number Diff line Loading @@ -68,13 +68,4 @@ TEST( AssertTest, basicTest ) } #endif #include "GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "main.h"
src/UnitTests/Containers/ArrayOperationsTest.h +1 −10 Original line number Diff line number Diff line Loading @@ -442,13 +442,4 @@ TYPED_TEST( ArrayOperationsTest, containsOnlyValue_cuda ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h"
src/UnitTests/Containers/ArrayTest.h +1 −10 Original line number Diff line number Diff line Loading @@ -525,13 +525,4 @@ TYPED_TEST( ArrayTest, boundLoad ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h"
src/UnitTests/Containers/ArrayViewTest.h +1 −10 Original line number Diff line number Diff line Loading @@ -545,13 +545,4 @@ TYPED_TEST( ArrayViewTest, assignmentOperatorWithDifferentType ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h"