From f6a87ec75c391f07b3fb029a052e6b9a7c9329d4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 30 Jul 2010 10:49:58 +0100 Subject: [PATCH] Disable a test built entirely on Point3D and PLIB/SG --- tests/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2062c36ba..cade53233 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = est-epsilon gl-info alcinfo -noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map +noinst_PROGRAMS = test-gethostname test-mktime test-text test-env-map if HAVE_FRAMEWORK_PLIB test_up_LDFLAGS = $(plib_FRAMEWORK) @@ -26,5 +26,3 @@ test_mktime_SOURCES = test-mktime.cxx test_text_SOURCES = test-text.cxx -test_up_SOURCES = test-up.cxx -test_up_LDADD = $(test_up_PLIB_LIBS) -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lz $(base_LIBS)