Boost logo

Boost Testing :

From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2008-03-07 14:39:42


  The addition of 'build-project ../libs/exception' to status/Jamfile.v2
  in r43539 causes (full) tests to fail -- see excerpt from bjam.log below.
  This is why HP-UX_ia64_aCC, HP-UX_ia64_gcc and linux_ia64_gcc have
  disappeared from the webpage -- an empty zip archive was uploaded.

  I think, it should've been 'build-project ../libs/exception/test' instead.

  Thanks,
    Boris

bash-3.00$ svn diff -r43539:PREV status/Jamfile.v2
Index: status/Jamfile.v2
===================================================================
--- status/Jamfile.v2 (revision 43539)
+++ status/Jamfile.v2 (revision 43524)
@@ -38,7 +38,6 @@
 build-project ../libs/date_time/test ; # test-suite date_time
 build-project ../libs/disjoint_sets ; # test-suite disjoint_sets
 build-project ../libs/dynamic_bitset ; # test-suite dynamic_bitset
-build-project ../libs/exception ;
 build-project ../libs/filesystem/test ; # test-suite filesystem
 build-project ../libs/foreach/test ; # test-suite foreach
 build-project ../libs/format/test ; # test-suite format
bash-3.00$

warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
notice: iostreams: not using zlib compression
notice: iostreams: not using bzip2 compression
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
error: Unable to find file or target named
error: '../libs/exception'
error: referred from project at
error: '.'


Boost-testing list run by mbergal at meta-comm.com