comparison setup.py @ 302:fe966b950424

* Add a `<c:gcov>` command based on patch by Chandler Carruth. Closes #72. * Enable more extensive unit testing of recipe commands by providing a simple ''dummy'' implementation of the `CommandLine` class.
author cmlenz
date Mon, 07 Nov 2005 17:58:22 +0000
parents 76bfc58fc394
children a8b713254286
comparison
equal deleted inserted replaced
301:d486e34084af 302:fe966b950424
44 'bitten.recipe_commands': [ 44 'bitten.recipe_commands': [
45 NS + 'sh#exec = bitten.build.shtools:exec_', 45 NS + 'sh#exec = bitten.build.shtools:exec_',
46 NS + 'sh#pipe = bitten.build.shtools:pipe', 46 NS + 'sh#pipe = bitten.build.shtools:pipe',
47 NS + 'c#configure = bitten.build.ctools:configure', 47 NS + 'c#configure = bitten.build.ctools:configure',
48 NS + 'c#cppunit = bitten.build.ctools:cppunit', 48 NS + 'c#cppunit = bitten.build.ctools:cppunit',
49 NS + 'c#gcov = bitten.build.ctools:gcov',
49 NS + 'c#make = bitten.build.ctools:make', 50 NS + 'c#make = bitten.build.ctools:make',
50 NS + 'java#ant = bitten.build.javatools:ant', 51 NS + 'java#ant = bitten.build.javatools:ant',
51 NS + 'java#junit = bitten.build.javatools:junit', 52 NS + 'java#junit = bitten.build.javatools:junit',
52 NS + 'python#distutils = bitten.build.pythontools:distutils', 53 NS + 'python#distutils = bitten.build.pythontools:distutils',
53 NS + 'python#exec = bitten.build.pythontools:exec_', 54 NS + 'python#exec = bitten.build.pythontools:exec_',
Copyright (C) 2012-2017 Edgewall Software