Loading COPYING +1 −1 Original line number Diff line number Diff line /usr/share/automake-1.9/COPYING No newline at end of file /usr/share/automake-1.11/COPYING No newline at end of file INSTALL +1 −1 Original line number Diff line number Diff line /usr/share/automake-1.9/INSTALL No newline at end of file /usr/share/automake-1.11/INSTALL No newline at end of file src/Makefile.am +10 −1 Original line number Diff line number Diff line Loading @@ -47,9 +47,18 @@ libtnl_mpi_dbg_0_1_la_LIBADD = debug/libtnldebug-mpi-dbg-0.1.la \ matrix/libtnlmatrix-mpi-dbg-0.1.la endif tnl_unit_tests_sources = tnl-unit-tests.cpp check_PROGRAMS = tnl-unit-tests tnl_unit_tests_SOURCES = tnl-unit-tests.cpp tnl_unit_tests_SOURCES = $(tnl_unit_tests_sources) tnl_unit_tests_LDADD = libtnl-0.1.la \ core/libcore-tests.la if BUILD_DBG bin_PROGRAMS = tnl-unit-tests-dbg tnl_unit_tests_dbg_SOURCES = $(tnl_unit_tests_sources) tnl_unit_tests_dbg_LDADD = libtnl-dbg-0.1.la \ core/libcore-tests-dbg.la endif TESTS = tnl-unit-tests No newline at end of file src/core/Makefile.am +13 −5 Original line number Diff line number Diff line Loading @@ -83,9 +83,17 @@ libtnlcore_mpi_dbg_0_1_la_CXXFLAGS = $(CXXFLAGS) $(MPICXXFLAGS) $(DBGCXXFLAGS) libtnlcore_mpi_dbg_0_1_la_LDFLAGS = $(LDFLAGS) $(MPICXXFLAGS) $(DBGLDFLAGS) endif check_LTLIBRARIES = libcore-tests.la libcore_tests_la_SOURCES = tnlStringTester.cpp \ libcore_tests_sources = tnlStringTester.cpp \ tnlStringTester.h \ tnlObjectTester.cpp \ tnlObjectTester.h \ tnlLongVectorCUDATester.h check_LTLIBRARIES = libcore-tests.la libcore_tests_la_SOURCES = $(libcore_tests_sources) if BUILD_DBG noinst_LTLIBRARIES += libcore-tests-dbg.la libcore_tests_dbg_la_SOURCES = $(libcore_tests_sources) endif No newline at end of file src/core/tnlLongVectorCUDATester.h +4 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,10 @@ template< class T > class tnlLongVectorCUDATester : public CppUnit :: TestCase void testAllocation() { tnlLongVectorCUDA< T > cuda_vector; CPPUNIT_ASSERT( ! cuda_vector ); cerr << "********" << endl; //tnlLongVectorCUDA< T > cuda_vector; int a = 1; //CPPUNIT_ASSERT( a ); } Loading Loading
COPYING +1 −1 Original line number Diff line number Diff line /usr/share/automake-1.9/COPYING No newline at end of file /usr/share/automake-1.11/COPYING No newline at end of file
INSTALL +1 −1 Original line number Diff line number Diff line /usr/share/automake-1.9/INSTALL No newline at end of file /usr/share/automake-1.11/INSTALL No newline at end of file
src/Makefile.am +10 −1 Original line number Diff line number Diff line Loading @@ -47,9 +47,18 @@ libtnl_mpi_dbg_0_1_la_LIBADD = debug/libtnldebug-mpi-dbg-0.1.la \ matrix/libtnlmatrix-mpi-dbg-0.1.la endif tnl_unit_tests_sources = tnl-unit-tests.cpp check_PROGRAMS = tnl-unit-tests tnl_unit_tests_SOURCES = tnl-unit-tests.cpp tnl_unit_tests_SOURCES = $(tnl_unit_tests_sources) tnl_unit_tests_LDADD = libtnl-0.1.la \ core/libcore-tests.la if BUILD_DBG bin_PROGRAMS = tnl-unit-tests-dbg tnl_unit_tests_dbg_SOURCES = $(tnl_unit_tests_sources) tnl_unit_tests_dbg_LDADD = libtnl-dbg-0.1.la \ core/libcore-tests-dbg.la endif TESTS = tnl-unit-tests No newline at end of file
src/core/Makefile.am +13 −5 Original line number Diff line number Diff line Loading @@ -83,9 +83,17 @@ libtnlcore_mpi_dbg_0_1_la_CXXFLAGS = $(CXXFLAGS) $(MPICXXFLAGS) $(DBGCXXFLAGS) libtnlcore_mpi_dbg_0_1_la_LDFLAGS = $(LDFLAGS) $(MPICXXFLAGS) $(DBGLDFLAGS) endif check_LTLIBRARIES = libcore-tests.la libcore_tests_la_SOURCES = tnlStringTester.cpp \ libcore_tests_sources = tnlStringTester.cpp \ tnlStringTester.h \ tnlObjectTester.cpp \ tnlObjectTester.h \ tnlLongVectorCUDATester.h check_LTLIBRARIES = libcore-tests.la libcore_tests_la_SOURCES = $(libcore_tests_sources) if BUILD_DBG noinst_LTLIBRARIES += libcore-tests-dbg.la libcore_tests_dbg_la_SOURCES = $(libcore_tests_sources) endif No newline at end of file
src/core/tnlLongVectorCUDATester.h +4 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,10 @@ template< class T > class tnlLongVectorCUDATester : public CppUnit :: TestCase void testAllocation() { tnlLongVectorCUDA< T > cuda_vector; CPPUNIT_ASSERT( ! cuda_vector ); cerr << "********" << endl; //tnlLongVectorCUDA< T > cuda_vector; int a = 1; //CPPUNIT_ASSERT( a ); } Loading