From cb0db70b9d93d8569647145ad6833fe3fe03153f Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 28 Nov 2010 10:44:58 +0000 Subject: [PATCH] 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 --- buildtools/Cmake/UnitTesting.cmake | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.20.1