From: mquinson Date: Sun, 28 Nov 2010 10:44:58 +0000 (+0000) Subject: Kill the comments intending to explain which part of the autotools were converted... X-Git-Tag: v3_5~127 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cb0db70b9d93d8569647145ad6833fe3fe03153f?ds=sidebyside Kill the comments intending to explain which part of the autotools were converted to cmake git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8704 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/UnitTesting.cmake b/buildtools/Cmake/UnitTesting.cmake index c651532bd5..e2dc8b6e96 100644 --- a/buildtools/Cmake/UnitTesting.cmake +++ b/buildtools/Cmake/UnitTesting.cmake @@ -41,7 +41,6 @@ if(PERL_EXECUTABLE) COMMAND chmod a=rwx ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl - #$(TEST_UNITS): $(TEST_CFILES) COMMAND ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl xbt/cunit.c COMMAND ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl xbt/ex.c COMMAND ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl xbt/dynar.c @@ -54,8 +53,6 @@ if(PERL_EXECUTABLE) COMMAND ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl xbt/config.c COMMAND ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl xbt/xbt_synchro.c - #@builddir@/simgrid_units_main.c: $(TEST_UNITS) - COMMAND ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl xbt/cunit.c WORKING_DIRECTORY ${PROJECT_DIRECTORY}/src