comparison setup.py @ 270:76bfc58fc394

Forgot to register cppunit command in [279].
author cmlenz
date Fri, 07 Oct 2005 10:46:53 +0000
parents 36a687797120
children fe966b950424 0c60c69f10c3
comparison
equal deleted inserted replaced
269:51580a463e3e 270:76bfc58fc394
43 ], 43 ],
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#make = bitten.build.ctools:make', 49 NS + 'c#make = bitten.build.ctools:make',
49 NS + 'java#ant = bitten.build.javatools:ant', 50 NS + 'java#ant = bitten.build.javatools:ant',
50 NS + 'java#junit = bitten.build.javatools:junit', 51 NS + 'java#junit = bitten.build.javatools:junit',
51 NS + 'python#distutils = bitten.build.pythontools:distutils', 52 NS + 'python#distutils = bitten.build.pythontools:distutils',
52 NS + 'python#exec = bitten.build.pythontools:exec_', 53 NS + 'python#exec = bitten.build.pythontools:exec_',
Copyright (C) 2012-2017 Edgewall Software