Explorar el Código

Hooking up boost exception for testing, second attempt.

[SVN r43544]
Emil Dotchevski hace 18 años
padre
commit
5092799591
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      status/Jamfile.v2

+ 1 - 1
status/Jamfile.v2

@@ -38,7 +38,7 @@ build-project ../libs/conversion/test ;        # test-suite conversion
 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 ; # << this is incorrect, authors responsible for the exception lib please provide a fix
+build-project ../libs/exception/test ;
 build-project ../libs/filesystem/test ;        # test-suite filesystem
 build-project ../libs/foreach/test ;           # test-suite foreach
 build-project ../libs/format/test ;            # test-suite format

粤ICP备19079148号