Skip to content
Snippets Groups Projects
Commit 3d4460a6 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

re-formulated for automake 1.6

[[Imported from SVN: r1072]]
parent 805a6a40
No related branches found
No related tags found
No related merge requests found
# $Id$
# need two lists because yaspgrid needs small shell-wrapper to start with MPI
PROGLIST = test-sgrid
RUNLIST = test-sgrid
if MPI
PROGLIST += test-yaspgrid
RUNLIST += run-yaspgrid
YPROG = test-yaspgrid
YRUN = run-yaspgrid
endif
if ALBERT
PROGLIST += test-albert
RUNLIST += test-albert
APROG = test-albert
endif
# UGGrid needs AmiraMeshReader for now...
......@@ -23,15 +18,17 @@ else
endif
if UG
PROGLIST += $(DO_UGTEST)
RUNLIST += $(DO_UGTEST)
UPROG = $(DO_UGTEST)
endif
# which tests to run
TESTS = $(RUNLIST)
# tests where program to build and program to run are equal
NORMALTESTS = test-sgrid $(APROG) $(UPROG)
# list of tests to run (yaspgrid is special case)
TESTS = $(NORMALTESTS) $(YRUN)
# programs just to build when "make check" is used
check_PROGRAMS = $(PROGLIST)
check_PROGRAMS = $(NORMALTESTS) $(YPROG)
# define the programs
......
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