From 59b5d04abe34149b6efd7021b336f67ac3ee7b66 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Fri, 8 Jan 2016 10:41:56 -0500 Subject: [PATCH] Removing TEST_EXAMPLE from example/CMakeList due to dependency graph loop --- example/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index d0d1a5aa..3cfbba91 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -6,9 +6,9 @@ INSTALL_EXAMPLE( Sph1896 ) # Create unit tests for each example # TEST_EXAMPLE( example exe N_procs ) -TEST_EXAMPLE( Bubble TestBubble 1 ) -TEST_EXAMPLE( Sph1896 lb2_Color_wia_mpi 27 ) -TEST_EXAMPLE( ConstrainedBubble lb2_Color_wia_mpi 1 ) +#TEST_EXAMPLE( Bubble TestBubble 1 ) +#TEST_EXAMPLE( Sph1896 lb2_Color_wia_mpi 27 ) +#TEST_EXAMPLE( ConstrainedBubble lb2_Color_wia_mpi 1 )