mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Rename test suite to functional/hash
[SVN r27920]
This commit is contained in:
@@ -20,16 +20,12 @@ rule hash-test ( name )
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
test-suite "hash_std"
|
test-suite "functional/hash"
|
||||||
:
|
:
|
||||||
[ hash-test hash_number_test ]
|
[ hash-test hash_number_test ]
|
||||||
[ hash-test hash_pointer_test ]
|
[ hash-test hash_pointer_test ]
|
||||||
[ hash-test hash_float_test ]
|
[ hash-test hash_float_test ]
|
||||||
[ hash-test hash_string_test ]
|
[ hash-test hash_string_test ]
|
||||||
;
|
|
||||||
|
|
||||||
test-suite "hash_extensions"
|
|
||||||
:
|
|
||||||
[ hash-test hash_range_test ]
|
[ hash-test hash_range_test ]
|
||||||
[ hash-test hash_custom_test ]
|
[ hash-test hash_custom_test ]
|
||||||
[ hash-test hash_vector_test ]
|
[ hash-test hash_vector_test ]
|
||||||
|
@@ -8,16 +8,12 @@ import testing ;
|
|||||||
|
|
||||||
alias framework : /boost/test//boost_unit_test_framework ;
|
alias framework : /boost/test//boost_unit_test_framework ;
|
||||||
|
|
||||||
test-suite /boost/hash_std
|
test-suite functional/hash
|
||||||
:
|
:
|
||||||
[ run hash_number_test.cpp framework ]
|
[ run hash_number_test.cpp framework ]
|
||||||
[ run hash_pointer_test.cpp framework ]
|
[ run hash_pointer_test.cpp framework ]
|
||||||
[ run hash_float_test.cpp framework ]
|
[ run hash_float_test.cpp framework ]
|
||||||
[ run hash_string_test.cpp framework ]
|
[ run hash_string_test.cpp framework ]
|
||||||
;
|
|
||||||
|
|
||||||
test-suite /boost/hash_extensions
|
|
||||||
:
|
|
||||||
[ run hash_range_test.cpp framework ]
|
[ run hash_range_test.cpp framework ]
|
||||||
[ run hash_custom_test.cpp framework ]
|
[ run hash_custom_test.cpp framework ]
|
||||||
[ run hash_vector_test.cpp framework ]
|
[ run hash_vector_test.cpp framework ]
|
||||||
|
Reference in New Issue
Block a user