]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
test data_out_base_tecplot_bin/OK only if configured with libtecio
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Oct 2006 17:16:41 +0000 (17:16 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Oct 2006 17:16:41 +0000 (17:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@14064 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile

index c2629456c31764bee8eecfac059a881e85a580b5..a76e1a78854c5197d082512cf978da1bdd66782b 100644 (file)
@@ -39,7 +39,14 @@ tests_x =  geometry_info_* \
           auto_derivative_function \
           anisotropic_* \
            hierarchical \
-          data_out_base* \
+          data_out_base \
+          data_out_base_dx \
+          data_out_base_eps \
+          data_out_base_gmv \
+          data_out_base_gnuplot \
+          data_out_base_povray \
+          data_out_base_tecplot \
+          data_out_base_vtk \
           function_parser \
           utilities_* \
           is_finite
@@ -48,6 +55,10 @@ ifeq ($(enable-multithreading),no)
   tests_x += threads
 endif
 
+ifeq (tecio, $(findstring tecio, $LIBS))
+  tests_x += data_out_base_tecplot_bin
+endif
+
 # from above list of regular expressions, generate the real set of
 # tests
 expand = $(shell echo $(addsuffix .cc,$(1)) \

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.