1
0
Эх сурвалжийг харах

Add the unit tests for functional/hash to the regression tests.

[SVN r27921]
Daniel James 21 жил өмнө
parent
commit
4208f6fd25
2 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 1 0
      status/Jamfile
  2. 1 0
      status/Jamfile.v2

+ 1 - 0
status/Jamfile

@@ -25,6 +25,7 @@ subinclude libs/dynamic_bitset ;           # test suite dynamic_bitset
 subinclude libs/filesystem/test ;          # test-suite filesystem
 subinclude libs/format/test ;              # test-suite format
 subinclude libs/function/test ;            # test-suite function
+subinclude libs/functional/hash/test ;     # test-suite functional/hash
 subinclude libs/graph/test ;               # test-suite graph
 subinclude libs/io/test ;                  # test-suite io
 subinclude libs/iostreams/test ;           # test-suite iostreams

+ 1 - 0
status/Jamfile.v2

@@ -30,6 +30,7 @@ build-project ../libs/dynamic_bitset ;         # test-suite dynamic_bitset
 build-project ../libs/filesystem/test ;        # test-suite filesystem
 build-project ../libs/format/test ;            # test-suite format
 build-project ../libs/function/test ;          # test-suite function
+build-project ../libs/functional/hash/test ;   # test-suite functional/hash
 build-project ../libs/graph/test ;             # test-suite graph
 build-project ../libs/io/test ;                # test-suite io
 build-project ../libs/iterator/test ;          # test-suite iterator

粤ICP备19079148号