From d462c2635b1b822b2e848943280504dc47f2b884 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 24 Oct 2006 17:16:41 +0000 Subject: [PATCH] test data_out_base_tecplot_bin/OK only if configured with libtecio git-svn-id: https://svn.dealii.org/trunk@14064 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/base/Makefile b/tests/base/Makefile index c2629456c3..a76e1a7885 100644 --- a/tests/base/Makefile +++ b/tests/base/Makefile @@ -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)) \ -- 2.39.5