commit | 150f14d0ead73e88884a2faa6aab5e4103d967dc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 05 21:24:49 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Mar 05 21:24:49 2012 -0800 |
tree | d22986944adf337b6936ae0e60f8633a339540c5 | |
parent | b71beabf0cbc670c1bec9938b68a574dd26fa5fe [diff] [blame] |
Small reorganization of unit tests
diff --git a/wscript b/wscript index 078a9bf..b5e60a8 100644 --- a/wscript +++ b/wscript
@@ -29,11 +29,14 @@ uselib = 'BOOST BOOST_IOSTREAMS SSL' ) - bld.program (target="testapp", - source = "test/testapp.cc", + # Unit tests + bld.program (target="utit-tests", + source = bld.path.ant_glob(['test/**/*.cc']), features=['cxx', 'cxxprogram'], use = 'BOOST_TEST sync') + +# doxygen docs from waflib.Build import BuildContext class doxy (BuildContext): cmd = "doxygen"