Просмотр исходного кода

add serialization to tests

[SVN r23514]
Robert Ramey 22 лет назад
Родитель
Сommit
0e5de1215c
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      status/Jamfile
  2. 1 0
      status/Jamfile.v2

+ 1 - 0
status/Jamfile

@@ -38,6 +38,7 @@ subinclude libs/random/test ;              # test-suite random
 subinclude libs/range/test ;		   # test-suite range
 subinclude libs/regex/test ;               # test-suite regex
 subinclude libs/regex/example ;            # test-suite regex-examples
+subinclude libs/serialization/test ;       # test-suite serialization
 subinclude libs/signals/test ;             # test-suite signals
 subinclude libs/smart_ptr/test ;           # test-suite smart_ptr
 subinclude libs/static_assert ;            # test-suite static_assert

+ 1 - 0
status/Jamfile.v2

@@ -37,6 +37,7 @@ build-project ../libs/optional/test ;          # test-suite optional
 build-project ../libs/random/test ;            # test-suite random
 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
 build-project ../libs/signals/test ;           # test-suite signals
 build-project ../libs/smart_ptr/test ;         # test-suite smart_ptr
 build-project ../libs/static_assert ;          # test-suite static_assert

粤ICP备19079148号