Browse Source

Subinclude property_map test suite. Apparently, the library was
modified to use subinclude (and some test files were moved), but the
status/Jamfile was not modified (or not committed).


[SVN r27601]

Vladimir Prus 21 years ago
parent
commit
bb926defb1
1 changed files with 1 additions and 4 deletions
  1. 1 4
      status/Jamfile

+ 1 - 4
status/Jamfile

@@ -39,6 +39,7 @@ subinclude libs/numeric/interval/test ;    # test-suite numeric/interval
 subinclude libs/numeric/ublas ;            # test-suite numeric/uBLAS
 subinclude libs/optional/test ;            # test-suite optional
 subinclude libs/program_options/test ;     # test-suite program_options
+subinclude libs/property_map/test ;        # test-suite property_map
 subinclude libs/python/test ;              # test-suite python
 subinclude libs/random/test ;              # test-suite random
 subinclude libs/range/test ;               # test-suite range
@@ -154,10 +155,6 @@ subinclude 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号