]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More changes like the previous ones: no need to say anything about tests_x if all...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 22:29:25 +0000 (22:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 19 Sep 2010 22:29:25 +0000 (22:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@22077 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/Makefile
tests/lapack/Makefile
tests/metis/Makefile
tests/multigrid/Makefile
tests/test/Makefile

index 0c8b3866bd705be990855cf9cf556f8030c7b746..04af9df404181d295b4a57e5eb271ad1a0702ab8 100644 (file)
@@ -21,33 +21,8 @@ default: run-tests
 
 ############################################################
 
-tests_x=fe_data_test traits fe_tools fe_tools_* mapping \
-        mapping_c1 shapes derivatives function numbering mapping_*_eulerian \
-        transfer internals derivatives_face \
-       dgq_1 \
-       q_* \
-       interpolate_q1 \
-       rt_* \
-       abf_* \
-       fe_sys_* \
-       rtdiff \
-       rtn_* \
-       interpolate_rt interpolate_rtn \
-       dgp_monomial_1 dgp_monomial_2 \
-       system_index system_1 interpolate_system \
-        non_primitive_* \
-        nedelec* \
-       up_and_down \
-       check_derivatives \
-       injection_* \
-       copy_* \
-       cell_similarity_*
-
-# 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))
+# all .cc-files are tests:
+tests = $(basename $(wildcard *.cc))
 
 ############################################################
 
index 7639e7181a8e7217f060b8bd638d3ad279b0c202..4cff915ae0d8dd6a7fa0174920918fec2bc6783b 100644 (file)
@@ -1,6 +1,6 @@
 ############################################################
 # $Id$
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2010 by the deal.II authors
 ############################################################
 
 ############################################################
@@ -20,14 +20,8 @@ default: run-tests
 
 ############################################################
 
-tests_x = tridiagonal_ev1 solver_cg full_matrix_*
-
-
-# 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))
+# all .cc-files are tests:
+tests = $(basename $(wildcard *.cc))
 
 ############################################################
 
@@ -36,4 +30,4 @@ include ../Makefile.rules
 include Makefile.depend
 include Makefile.tests
 
-.PHONY: default
\ No newline at end of file
+.PHONY: default
index 38969d7a792b4dbc07a28a77720404a53c7c5ff5..7de41a4da025e962dd3a07a88430dac86745a8e9 100644 (file)
@@ -21,14 +21,8 @@ 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))
-
+# all .cc-files are tests:
+tests = $(basename $(wildcard *.cc))
 
 ############################################################
 
index 21e2cf2c1aef570586d90e80a779a727adeb8711..fe1052be161175900404ad4a8a76da6efd36f389 100644 (file)
@@ -21,18 +21,8 @@ default: run-tests
 
 ############################################################
 
-tests_x = cycles dof_* count_* boundary_* renumbering_* \
-       transfer* \
-       smoother_block \
-       mg_output \
-       mg_renumbered* \
-       step-16
-
-# 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))
+# all .cc-files are tests:
+tests = $(basename $(wildcard *.cc))
 
 ############################################################
 
index 033ee6752e34e68ea3e61eec01ba3210e0e65e90..ac08cfb744d168872a12a2cb933d1ac2afd0055e 100644 (file)
@@ -1,6 +1,6 @@
 ############################################################
 # $Id: Makefile 13841 2006-09-06 21:04:19Z kanschat $
-# Copyright (C) 2006 by the deal.II authors
+# Copyright (C) 2006, 2010 by the deal.II authors
 ############################################################
 
 ############################################################
@@ -19,13 +19,8 @@ default: run-tests
 
 ############################################################
 
-tests_x = no_compile_* no_link_* no_run_* no_diff_* ok_*
-
-# 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))
+# all .cc-files are tests:
+tests = $(basename $(wildcard *.cc))
 
 ############################################################
 # phony header file to force compilation whenever

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.