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

build only during test

[[Imported from SVN: r665]]
parent a538321f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,11 @@ CURDIR=doc/$(RELDIR)
BASEDIR=../../..
commdir=$(datadir)/doc/dune-istl/comm
noinst_PROGRAMS = $(MPIPROGRAMS)
# list of tests to run (indicestest is special case)
TESTS = $(MPIPROGRAMS)
# programs just to build when "make check" is used
check_PROGRAMS = $(MPIPROGRAMS)
indexset_SOURCES = indexset.cc buildindexset.hh reverse.hh
indexset_CXXFLAGS = $(MPI_CPPFLAGS)
......
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