From fa0184d00f4761034fe6b6855b238a60028ea15c Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 20 Mar 2008 09:31:38 +0000 Subject: [PATCH] don't need "include peo.h" for the start/stop tests git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1173 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/test/CMakeLists.txt | 1 + trunk/paradiseo-peo/test/t-Mpdallexit.cpp | 1 - trunk/paradiseo-peo/test/t-Mpdboot.cpp | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/trunk/paradiseo-peo/test/CMakeLists.txt b/trunk/paradiseo-peo/test/CMakeLists.txt index 1e6b213ab..92ac9fe41 100644 --- a/trunk/paradiseo-peo/test/CMakeLists.txt +++ b/trunk/paradiseo-peo/test/CMakeLists.txt @@ -19,6 +19,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) INCLUDE(CheckLibraryExists) SET (CMAKE_CXX_COMPILER mpicxx) + ADD_CUSTOM_TARGET(install ALL DEPENDS ${ParadisEO-PEO_SOURCE_DIR}/test/param ${ParadisEO-PEO_SOURCE_DIR}/test/schema.xml) ADD_CUSTOM_COMMAND( TARGET install diff --git a/trunk/paradiseo-peo/test/t-Mpdallexit.cpp b/trunk/paradiseo-peo/test/t-Mpdallexit.cpp index 04c2839e3..57d4d66dd 100644 --- a/trunk/paradiseo-peo/test/t-Mpdallexit.cpp +++ b/trunk/paradiseo-peo/test/t-Mpdallexit.cpp @@ -35,7 +35,6 @@ */ #include -#include int main (int __argc, char *__argv[]) { diff --git a/trunk/paradiseo-peo/test/t-Mpdboot.cpp b/trunk/paradiseo-peo/test/t-Mpdboot.cpp index a394bc170..83b2637ac 100644 --- a/trunk/paradiseo-peo/test/t-Mpdboot.cpp +++ b/trunk/paradiseo-peo/test/t-Mpdboot.cpp @@ -35,7 +35,6 @@ */ #include -#include int main (int __argc, char *__argv[]) {