Sort list of test executables (and _SOURCES).
This commit is contained in:
parent
97415da35d
commit
ed24f7d43d
@ -17,12 +17,13 @@ sparsevector_test \
|
|||||||
test_cartgrid \
|
test_cartgrid \
|
||||||
test_column_extract \
|
test_column_extract \
|
||||||
test_lapack \
|
test_lapack \
|
||||||
|
test_read_vag \
|
||||||
test_readpolymer \
|
test_readpolymer \
|
||||||
test_readvector \
|
test_readvector \
|
||||||
test_sf2p \
|
test_sf2p \
|
||||||
test_writeVtkData \
|
test_writeVtkData \
|
||||||
unit_test \
|
unit_test
|
||||||
test_read_vag
|
|
||||||
|
|
||||||
bo_resprop_test_SOURCES = bo_resprop_test.cpp
|
bo_resprop_test_SOURCES = bo_resprop_test.cpp
|
||||||
monotcubicinterpolator_test_SOURCES = monotcubicinterpolator_test.cpp
|
monotcubicinterpolator_test_SOURCES = monotcubicinterpolator_test.cpp
|
||||||
@ -38,12 +39,13 @@ test_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD)
|
|||||||
test_lapack_SOURCES = test_lapack.cpp
|
test_lapack_SOURCES = test_lapack.cpp
|
||||||
test_lapack_LDADD = $(LAPACK_LIBS) $(LDADD)
|
test_lapack_LDADD = $(LAPACK_LIBS) $(LDADD)
|
||||||
test_readpolymer_SOURCES = test_readpolymer.cpp
|
test_readpolymer_SOURCES = test_readpolymer.cpp
|
||||||
|
test_read_vag_SOURCES = test_read_vag.cpp
|
||||||
|
test_read_vag_LDADD = $(LDADD)
|
||||||
test_readvector_SOURCES = test_readvector.cpp
|
test_readvector_SOURCES = test_readvector.cpp
|
||||||
test_sf2p_SOURCES = test_sf2p.cpp
|
test_sf2p_SOURCES = test_sf2p.cpp
|
||||||
test_writeVtkData_SOURCES = test_writeVtkData.cpp
|
test_writeVtkData_SOURCES = test_writeVtkData.cpp
|
||||||
unit_test_SOURCES = unit_test.cpp
|
unit_test_SOURCES = unit_test.cpp
|
||||||
test_read_vag_SOURCES = test_read_vag.cpp
|
|
||||||
test_read_vag_LDADD = $(LDADD)
|
|
||||||
|
|
||||||
if UMFPACK
|
if UMFPACK
|
||||||
noinst_PROGRAMS += test_cfs_tpfa
|
noinst_PROGRAMS += test_cfs_tpfa
|
||||||
|
Loading…
Reference in New Issue
Block a user