From f7ca03852c37723292708b41321cd01a6eb6ba5f Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 19 Sep 2010 17:31:31 +0000 Subject: [PATCH] add git-svn-id: https://svn.dealii.org/trunk@22073 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hsl/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ tests/metis/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 tests/hsl/Makefile create mode 100644 tests/metis/Makefile diff --git a/tests/hsl/Makefile b/tests/hsl/Makefile new file mode 100644 index 0000000000..38969d7a79 --- /dev/null +++ b/tests/hsl/Makefile @@ -0,0 +1,40 @@ +############################################################ +# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +############################################################ + +############################################################ +# Include general settings for including DEAL libraries +############################################################ + +include ../Makefile.paths +include $D/common/Make.global_options +debug-mode = on + +libraries = $(lib-deal2-1d.g) \ + $(lib-deal2-2d.g) \ + $(lib-deal2-3d.g) \ + $(lib-lac.g) \ + $(lib-base.g) + +default: run-tests + +############################################################ + +tests_x = * + +# from above list of regular expressions, generate the real set of +# tests +expand = $(shell echo $(addsuffix .cc,$(1)) \ + | $(PERL) -pi -e 's/\.cc//g;') +tests = $(call expand,$(tests_x)) + + +############################################################ + + +include ../Makefile.rules +include Makefile.depend +include Makefile.tests + +.PHONY: default diff --git a/tests/metis/Makefile b/tests/metis/Makefile new file mode 100644 index 0000000000..38969d7a79 --- /dev/null +++ b/tests/metis/Makefile @@ -0,0 +1,40 @@ +############################################################ +# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +############################################################ + +############################################################ +# Include general settings for including DEAL libraries +############################################################ + +include ../Makefile.paths +include $D/common/Make.global_options +debug-mode = on + +libraries = $(lib-deal2-1d.g) \ + $(lib-deal2-2d.g) \ + $(lib-deal2-3d.g) \ + $(lib-lac.g) \ + $(lib-base.g) + +default: run-tests + +############################################################ + +tests_x = * + +# from above list of regular expressions, generate the real set of +# tests +expand = $(shell echo $(addsuffix .cc,$(1)) \ + | $(PERL) -pi -e 's/\.cc//g;') +tests = $(call expand,$(tests_x)) + + +############################################################ + + +include ../Makefile.rules +include Makefile.depend +include Makefile.tests + +.PHONY: default -- 2.39.5