Browse Source

Re-enable serialization tests, now that they should be fixed.

[SVN r43726]
Rene Rivera 18 years ago
parent
commit
c14940c136
1 changed files with 1 additions and 1 deletions
  1. 1 1
      status/Jamfile.v2

+ 1 - 1
status/Jamfile.v2

@@ -75,7 +75,7 @@ build-project ../libs/random/test ;            # test-suite random
 build-project ../libs/range/test ;             # test-suite range
 build-project ../libs/regex/test ;             # test-suite regex
 build-project ../libs/regex/example ;          # test-suite regex-examples
-#~ build-project ../libs/serialization/test ;     # test-suite serialization <<< temporarily disabled because of broken tests
+build-project ../libs/serialization/test ;     # test-suite serialization
 build-project ../libs/signals/test ;           # test-suite signals
 build-project ../libs/smart_ptr/test ;         # test-suite smart_ptr
 build-project ../libs/spirit/test ;            # test-suite spirit

粤ICP备19079148号