| Line | |
|---|
| 1 | if COND_HAVE_BOOST_UNIT_TEST
|
|---|
| 2 |
|
|---|
| 3 | noinst_PROGRAMS += \
|
|---|
| 4 | boost_test
|
|---|
| 5 |
|
|---|
| 6 | boost_test_SOURCES = \
|
|---|
| 7 | unit_test/boost_test.cpp \
|
|---|
| 8 | unit_test/library/dirichlet_cs.cpp \
|
|---|
| 9 | unit_test/library/dirichlet_cs_mpi.cpp \
|
|---|
| 10 | unit_test/library/dirichlet_fas.cpp \
|
|---|
| 11 | unit_test/library/dirichlet_fas_lr.cpp \
|
|---|
| 12 | unit_test/library/dirichlet_fas_lr_mpi.cpp \
|
|---|
| 13 | unit_test/library/dirichlet_fas_mpi.cpp \
|
|---|
| 14 | unit_test/library/periodic_cs.cpp \
|
|---|
| 15 | unit_test/library/periodic_cs_mpi.cpp \
|
|---|
| 16 | unit_test/library/periodic_fas.cpp \
|
|---|
| 17 | unit_test/library/periodic_fas_mpi.cpp \
|
|---|
| 18 | unit_test/unit_test/polynomial_test.cpp \
|
|---|
| 19 | unit_test/unit_test/smoother_test.cpp \
|
|---|
| 20 | unit_test/unit_test/solver_test.cpp
|
|---|
| 21 |
|
|---|
| 22 | boost_test_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test/boost_unit_test -I$(top_srcdir)/test/interfaces $(VTK_CXXFLAGS) $(BOOST_CPPFLAGS)
|
|---|
| 23 | boost_test_LDADD = \
|
|---|
| 24 | $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
|
|---|
| 25 | $(LIBVMG) \
|
|---|
| 26 | libinterfaces.a \
|
|---|
| 27 | $(VTK_LDFLAGS) \
|
|---|
| 28 | $(VTK_LIBS) \
|
|---|
| 29 | $(BOOST_LDFLAGS)
|
|---|
| 30 |
|
|---|
| 31 | if HAVE_LAPACK
|
|---|
| 32 | boost_test_LDADD += \
|
|---|
| 33 | $(LAPACK_LIBS) \
|
|---|
| 34 | $(BLAS_LIBS) \
|
|---|
| 35 | $(FCLIBS)
|
|---|
| 36 | endif
|
|---|
| 37 |
|
|---|
| 38 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.