diff 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
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,7 @@
             NS + 'sh#pipe = bitten.build.shtools:pipe',
             NS + 'c#configure = bitten.build.ctools:configure',
             NS + 'c#cppunit = bitten.build.ctools:cppunit',
+            NS + 'c#gcov = bitten.build.ctools:gcov',
             NS + 'c#make = bitten.build.ctools:make',
             NS + 'java#ant = bitten.build.javatools:ant',
             NS + 'java#junit = bitten.build.javatools:junit',
Copyright (C) 2012-2017 Edgewall Software