############################################################
-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))
############################################################
############################################################
# $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
############################################################
############################################################
############################################################
-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))
############################################################
include Makefile.depend
include Makefile.tests
-.PHONY: default
\ No newline at end of file
+.PHONY: default
############################################################
-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))
############################################################
############################################################
-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))
############################################################
############################################################
# $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
############################################################
############################################################
############################################################
-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