From acc2f42df3dadc66472678587d8ea9de069dc198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 27 Feb 2012 14:50:20 +0100 Subject: [PATCH] Sort executables and per-target variables. --- tests/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 973f7671..30ef74b9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,11 +14,11 @@ monotcubicinterpolator_test \ param_test \ sparsetable_test \ sparsevector_test \ -unit_test \ +test_readpolymer \ test_readvector \ test_sf2p \ -test_readpolymer \ -test_writeVtkData +test_writeVtkData \ +unit_test bo_resprop_test_SOURCES = bo_resprop_test.cpp monotcubicinterpolator_test_SOURCES = monotcubicinterpolator_test.cpp @@ -28,11 +28,11 @@ 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) -unit_test_SOURCES = unit_test.cpp +test_readpolymer_SOURCES = test_readpolymer.cpp test_readvector_SOURCES = test_readvector.cpp test_sf2p_SOURCES = test_sf2p.cpp -test_readpolymer_SOURCES = test_readpolymer.cpp test_writeVtkData_SOURCES = test_writeVtkData.cpp +unit_test_SOURCES = unit_test.cpp if UMFPACK noinst_PROGRAMS += test_cfs_tpfa