From ea73002a0d3538a841c1d896a85e9af091b4e4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 1 Mar 2012 15:24:37 +0100 Subject: [PATCH] Sort executables and per-target _SOURCES. --- tests/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a70adedb..fb7a776b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,13 +14,12 @@ monotcubicinterpolator_test \ param_test \ sparsetable_test \ sparsevector_test \ +test_column_extract \ +test_lapack \ test_readpolymer \ test_readvector \ test_sf2p \ test_writeVtkData \ -unit_test \ -test_lapack \ -test_column_extract \ unit_test bo_resprop_test_SOURCES = bo_resprop_test.cpp @@ -31,14 +30,14 @@ 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_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) +test_column_extract_SOURCES = test_column_extract.cpp +test_lapack_SOURCES = test_lapack.cpp test_readpolymer_SOURCES = test_readpolymer.cpp test_readvector_SOURCES = test_readvector.cpp test_sf2p_SOURCES = test_sf2p.cpp test_writeVtkData_SOURCES = test_writeVtkData.cpp -test_column_extract_SOURCES = test_column_extract.cpp -test_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) unit_test_SOURCES = unit_test.cpp -test_lapack_SOURCES = test_lapack.cpp if UMFPACK noinst_PROGRAMS += test_cfs_tpfa