# HG changeset patch # User cmlenz # Date 1128682013 0 # Node ID 76bfc58fc394828b50b04dd35c51a571c19f32f8 # Parent 51580a463e3e7b6f1c9976aa8d695d4050d0c48c Forgot to register cppunit command in [279]. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ NS + 'sh#exec = bitten.build.shtools:exec_', NS + 'sh#pipe = bitten.build.shtools:pipe', NS + 'c#configure = bitten.build.ctools:configure', + NS + 'c#cppunit = bitten.build.ctools:cppunit', NS + 'c#make = bitten.build.ctools:make', NS + 'java#ant = bitten.build.javatools:ant', NS + 'java#junit = bitten.build.javatools:junit',