mirror of
https://github.com/boostorg/type_traits.git
synced 2026-02-12 12:32:11 +00:00
36 lines
808 B
Plaintext
36 lines
808 B
Plaintext
subproject libs/type_traits/tests ;
|
|
|
|
|
|
unit-test alignment_test : alignment_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test arithmetic_traits_test : arithmetic_traits_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test composite_traits_test : composite_traits_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test cv_traits_test : cv_traits_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test is_convertible_test : is_convertible_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test is_function_test : is_function_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test is_same_test : is_same_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test object_type_traits_test : object_type_traits_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
unit-test transform_traits_test : transform_traits_test.cpp
|
|
: <include>$(BOOST_ROOT) : ;
|
|
|
|
|
|
|
|
|
|
|
|
|