mirror of
https://github.com/boostorg/container_hash.git
synced 2026-03-09 15:41:07 +01:00
Compare commits
2 Commits
boost-1.40
...
boost-1.41
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84e1b951f5 | ||
|
|
1d792ecb45 |
@@ -1,8 +0,0 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
message(STATUS "functional/hash docs need love")
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
#-- Needed include directories for the tests
|
||||
boost_additional_test_dependencies(config BOOST_DEPENDS test)
|
||||
#-------------------------------------------------------------------------
|
||||
boost_test_run(books)
|
||||
boost_test_run(point)
|
||||
boost_test_run(portable)
|
||||
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
#project hash-tests
|
||||
# : requirements
|
||||
# <toolset>gcc:<define>_GLIBCXX_DEBUG
|
||||
# ;
|
||||
if (GCC)
|
||||
ADD_DEFINITIONS(-D_GLIBCXX_DEBUG)
|
||||
endif(GCC)
|
||||
|
||||
# [ run .cpp : : : <test-info>always_show_run_output ]
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#-- Needed include directories for the tests
|
||||
boost_additional_test_dependencies(functional BOOST_DEPENDS test)
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SET(tests
|
||||
hash_fwd_test_1
|
||||
hash_fwd_test_2
|
||||
hash_number_test
|
||||
hash_pointer_test
|
||||
hash_function_pointer_test
|
||||
hash_float_test
|
||||
hash_long_double_test
|
||||
hash_string_test
|
||||
hash_range_test
|
||||
hash_custom_test
|
||||
hash_global_namespace_test
|
||||
hash_friend_test
|
||||
hash_built_in_array_test
|
||||
hash_value_array_test
|
||||
hash_vector_test
|
||||
hash_list_test
|
||||
hash_deque_test
|
||||
hash_set_test
|
||||
hash_map_test
|
||||
hash_complex_test
|
||||
container_fwd_test
|
||||
hash_no_ext_macro_1
|
||||
hash_no_ext_macro_2
|
||||
)
|
||||
|
||||
boost_test_run(link_test link_test.cpp link_test_2.cpp)
|
||||
boost_test_run(link_ext_test link_ext_test.cpp link_no_ext_test.cpp
|
||||
)
|
||||
foreach(test ${tests})
|
||||
boost_test_run(${test})
|
||||
endforeach(test ${tests})
|
||||
|
||||
boost_test_compile_fail(hash_no_ext_fail_test)
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
|
||||
typedef list<int> foo;
|
||||
|
||||
int main() {}
|
||||
int main() {}
|
||||
|
||||
Reference in New Issue
Block a user