mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 06:50:31 +00:00
Added iterator_adaptor_test.cpp and tie_example.cpp
[SVN r8165]
This commit is contained in:
parent
e1edfbc006
commit
1d60181cc0
1 changed files with 2 additions and 0 deletions
|
@ -237,8 +237,10 @@ if program_arg=="*":
|
|||
compile( "utility/call_traits_test.cpp" )
|
||||
compile( "utility/cast_test.cpp" )
|
||||
compile( "utility/compressed_pair_test.cpp" )
|
||||
compile( "utility/iterator_adaptor_test.cpp" )
|
||||
compile( "utility/iterators_test.cpp" )
|
||||
compile( "utility/operators_test.cpp" )
|
||||
compile( "utility/tie_example.cpp" )
|
||||
compile( "utility/type_traits_test.cpp" )
|
||||
else:
|
||||
compile( program_arg )
|
||||
|
|
Loading…
Add table
Reference in a new issue