commit | 1fbdcdd9172471e4e6d0910434a9cec6ae34960d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 05 23:14:33 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 05 23:14:33 2012 -0800 |
tree | abc1c2786d58c6d6ec164d6229c947dfe347bed1 | |
parent | 58c77b0c363b7f8372ec1c63adb0861c915b9772 [diff] [blame] |
Debugging Leaf, FullLeaf, DiffLeaf Added unit new tests
diff --git a/wscript b/wscript index 97e10a8..3ace7da 100644 --- a/wscript +++ b/wscript
@@ -31,7 +31,7 @@ ) # Unit tests - bld.program (target="utit-tests", + bld.program (target="unit-tests", source = bld.path.ant_glob(['test/**/*.cc']), features=['cxx', 'cxxprogram'], use = 'BOOST_TEST sync')