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

boost::format : moved wformat tests into specific file, so added format_test_wstring
to the test-suite.


[SVN r16449]

Samuel Krempp 23 лет назад
Родитель
Сommit
7b0fc896bd
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      status/Jamfile

+ 6 - 0
status/Jamfile

@@ -152,6 +152,12 @@ include testing.jam ;
               : # input files
               : # input files
               : <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
               : <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
           ]
           ]
+
+          [ run libs/format/test/format_test_wstring.cpp <lib>../libs/test/build/test_exec_monitor
+              : # args
+              : # input files
+              : <runtime-link>static # uses locale; metrowerks toolsets don't have a locale in the dynamic library
+          ]
         ;
         ;
     
     
     test-suite function
     test-suite function

粤ICP备19079148号