Skip to content
Snippets Groups Projects
Commit f5434334 authored by Christian Engwer's avatar Christian Engwer
Browse files

link against libcommon

[[Imported from SVN: r3263]]
parent 54376a4f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
TESTRUNS = run-galerkin run-hierarchy run-amg
#endif
# link against libcommon to utilize dune stdstreams
AM_LDFLAGS = $(top_builddir)/common/libcommon.la
NORMALTESTS = transfertest $(MPITESTS)
# which tests to run
......
......@@ -6,6 +6,9 @@ if MPI
INDEXRUN = run-indices run-syncer
endif
# link against libcommon to utilize dune stdstreams
AM_LDFLAGS = $(top_builddir)/common/libcommon.la
# which tests where program to build and run are equal
NORMALTESTS = bvectortest indexsettest $(SELECTPROG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment