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

Fixed status/Jamfile.v2 to use property_map's Jamfile.v2 instead of trying to
compile a file that has been moved..


[SVN r30613]

Daniel James 20 лет назад
Родитель
Сommit
2458c9282a
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      status/Jamfile.v2

+ 1 - 4
status/Jamfile.v2

@@ -42,6 +42,7 @@ build-project ../libs/multi_array/test ;       # test-suite multi_array
 build-project ../libs/multi_index/test ;       # test-suite multi_index
 build-project ../libs/optional/test ;          # test-suite optional
 build-project ../libs/program_options/test ;   # test-suite program_options
+build-project ../libs/property_map/test ;      # test-suite property-map
 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
@@ -153,10 +154,6 @@ build-project ../libs/variant/test ;           # test-suite variant
           [ compile libs/preprocessor/test/tuple.cpp ]
         ;
 
-    test-suite property_map
-        : [ compile libs/property_map/property_map_cc.cpp ]
-        ;
-
     test-suite rational
         : [ run libs/rational/rational_example.cpp ]
           [ run libs/rational/rational_test.cpp ]

粤ICP备19079148号