From 4b470963683acb5fb8b6e7c7d4904ea2d577e0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 28 Mar 2012 15:10:04 +0200 Subject: [PATCH] tests/Makefile.am: Sort individual tests alphabetically. --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 09d30fd9..a279e72d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,14 +14,14 @@ monotcubicinterpolator_test \ param_test \ sparsetable_test \ sparsevector_test \ +test_cartgrid \ test_column_extract \ test_lapack \ test_readpolymer \ test_readvector \ test_sf2p \ test_writeVtkData \ -unit_test \ -test_cartgrid +unit_test bo_resprop_test_SOURCES = bo_resprop_test.cpp monotcubicinterpolator_test_SOURCES = monotcubicinterpolator_test.cpp @@ -31,6 +31,7 @@ sparsetable_test_SOURCES = sparsetable_test.cpp sparsetable_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) sparsevector_test_SOURCES = sparsevector_test.cpp sparsevector_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) +test_cartgrid_SOURCES = test_cartgrid.cpp test_column_extract_SOURCES = test_column_extract.cpp test_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) test_lapack_SOURCES = test_lapack.cpp @@ -40,7 +41,6 @@ test_readvector_SOURCES = test_readvector.cpp test_sf2p_SOURCES = test_sf2p.cpp test_writeVtkData_SOURCES = test_writeVtkData.cpp unit_test_SOURCES = unit_test.cpp -test_cartgrid_SOURCES = test_cartgrid.cpp if UMFPACK noinst_PROGRAMS += test_cfs_tpfa