From 7b5c98f3a6c7ac9de667935397ecbd05bd235451 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 26 Jul 2012 16:17:07 +0200 Subject: [PATCH] Multistart example is automatically compiled when compiling MPI examples. --- eo/test/mpi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/test/mpi/CMakeLists.txt b/eo/test/mpi/CMakeLists.txt index f83ecd45..22734d44 100644 --- a/eo/test/mpi/CMakeLists.txt +++ b/eo/test/mpi/CMakeLists.txt @@ -31,6 +31,7 @@ SET (TEST_LIST t-mpi-wrapper t-mpi-multipleRoles t-mpi-eval + t-mpi-multistart ) FOREACH (test ${TEST_LIST})