From: mquinson Date: Tue, 22 Dec 2009 22:29:29 +0000 (+0000) Subject: some more files for cmake/ctest X-Git-Tag: SVN~787 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5a20ffc77027976cd3840e8e8d90dc85d90ebbe0 some more files for cmake/ctest git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6939 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/.gitignore b/.gitignore index 993e730aad..2c4e0294ae 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,8 @@ doc/Doxyfile buildtools/Cmake/Testing/ buildtools/Cmake/CMakeFiles/ buildtools/Cmake/CMakeCache.txt +buildtools/Cmake/CTestTestfile.cmake +buildtools/Cmake/cmake_install.cmake include/simgrid_config.h examples/amok/bandwidth/bandwidth_maestro examples/amok/bandwidth/bandwidth_sensor diff --git a/Makefile.am b/Makefile.am index e2cab08232..3f53aa13c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,9 @@ SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS C tools/MSG_visualization \ tools/MSG_visualization/colorize.pl \ checkall \ - buildtools/Cmake/CMakeLists.txt buildtools/Cmake/chdir_run.sh buildtools/Cmake/CTestList.txt + buildtools/Cmake/CMakeLists.txt buildtools/Cmake/chdir_run.sh \ + buildtools/Cmake/build.sh buildtools/Cmake/test_java.sh \ + buildtools/Cmake/CTestList.txt buildtools/Cmake/CTestConfig.txt # GRAMINE_CUT_END SUBDIRS= include src tools $(SG_SUBDIRS) diff --git a/buildtools/Cmake/Cmake/CTestConfig.cmake b/buildtools/Cmake/CTestConfig.txt similarity index 100% rename from buildtools/Cmake/Cmake/CTestConfig.cmake rename to buildtools/Cmake/CTestConfig.txt diff --git a/buildtools/Cmake/Cmake/CTestList.txt b/buildtools/Cmake/CTestList.txt similarity index 100% rename from buildtools/Cmake/Cmake/CTestList.txt rename to buildtools/Cmake/CTestList.txt