Loading src/UnitTests/Containers/ArrayViewTest.h +2 −2 Original line number Diff line number Diff line Loading @@ -375,8 +375,8 @@ TYPED_TEST( ArrayViewTest, containsOnlyValue ) TYPED_TEST( ArrayViewTest, comparisonOperator ) { using ArrayType = Vector< double >; //typename TestFixture::ArrayType; using ViewType = VectorView< double >; //typename TestFixture::ViewType; using ArrayType = typename TestFixture::ArrayType; using ViewType = typename TestFixture::ViewType; ArrayType a( 10 ), b( 10 ); typename ArrayType::HostType a_host( 10 ); Loading src/UnitTests/Containers/VectorTest-1.h +1 −13 Original line number Diff line number Diff line Loading @@ -179,16 +179,4 @@ TYPED_TEST( VectorTest, comparison ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { //Test(); //return 0; #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" No newline at end of file src/UnitTests/Containers/VectorTest-2.h +1 −13 Original line number Diff line number Diff line Loading @@ -150,16 +150,4 @@ TYPED_TEST( VectorTest, differenceAbsMax ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { //Test(); //return 0; #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" No newline at end of file src/UnitTests/Containers/VectorTest-3.h +1 −13 Original line number Diff line number Diff line Loading @@ -168,16 +168,4 @@ TYPED_TEST( VectorTest, scalarProduct ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { //Test(); //return 0; #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" src/UnitTests/Containers/VectorTest-4.h +1 −11 Original line number Diff line number Diff line Loading @@ -394,14 +394,4 @@ TYPED_TEST( VectorTest, abs ) #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" No newline at end of file Loading
src/UnitTests/Containers/ArrayViewTest.h +2 −2 Original line number Diff line number Diff line Loading @@ -375,8 +375,8 @@ TYPED_TEST( ArrayViewTest, containsOnlyValue ) TYPED_TEST( ArrayViewTest, comparisonOperator ) { using ArrayType = Vector< double >; //typename TestFixture::ArrayType; using ViewType = VectorView< double >; //typename TestFixture::ViewType; using ArrayType = typename TestFixture::ArrayType; using ViewType = typename TestFixture::ViewType; ArrayType a( 10 ), b( 10 ); typename ArrayType::HostType a_host( 10 ); Loading
src/UnitTests/Containers/VectorTest-1.h +1 −13 Original line number Diff line number Diff line Loading @@ -179,16 +179,4 @@ TYPED_TEST( VectorTest, comparison ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { //Test(); //return 0; #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" No newline at end of file
src/UnitTests/Containers/VectorTest-2.h +1 −13 Original line number Diff line number Diff line Loading @@ -150,16 +150,4 @@ TYPED_TEST( VectorTest, differenceAbsMax ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { //Test(); //return 0; #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h" No newline at end of file
src/UnitTests/Containers/VectorTest-3.h +1 −13 Original line number Diff line number Diff line Loading @@ -168,16 +168,4 @@ TYPED_TEST( VectorTest, scalarProduct ) #endif // HAVE_GTEST #include "../GtestMissingError.h" int main( int argc, char* argv[] ) { //Test(); //return 0; #ifdef HAVE_GTEST ::testing::InitGoogleTest( &argc, argv ); return RUN_ALL_TESTS(); #else throw GtestMissingError(); #endif } #include "../main.h"
src/UnitTests/Containers/VectorTest-4.h +1 −11 Original line number Diff line number Diff line Loading @@ -394,14 +394,4 @@ TYPED_TEST( VectorTest, abs ) #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" No newline at end of file