1# Copyright (C) 1999, 2000 Jaakko Jarvi ([email protected])
2# Distributed under the Boost Software License, Version 1.0.
3
4test-suite tuple :
5    [ run tuple_test_bench.cpp ]
6    [ run io_test.cpp ]
7    [ run another_tuple_test_bench.cpp ]
8    [ run std_tuple_size.cpp ]
9    [ run std_tuple_element.cpp ]
10    [ run structured_bindings.cpp ]
11    ;
12