Blame view

3rdparty/boost_1_81_0/libs/tuple/test/Jamfile 352 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
  # Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
  # Distributed under the Boost Software License, Version 1.0.
  
  test-suite tuple : 
      [ run tuple_test_bench.cpp ]
      [ run io_test.cpp ]
      [ run another_tuple_test_bench.cpp ]
      [ run std_tuple_size.cpp ]
      [ run std_tuple_element.cpp ]
      [ run structured_bindings.cpp ]
      ;