]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/beast/test/beast/http/CMakeLists.txt
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / beast / test / beast / http / CMakeLists.txt
1 #
2 # Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
3 #
4 # Distributed under the Boost Software License, Version 1.0. (See accompanying
5 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #
7 # Official repository: https://github.com/boostorg/beast
8 #
9
10 GroupSources(test/extras/include/boost/beast extras)
11 GroupSources(subtree/unit_test/include/boost/beast extras)
12 GroupSources(include/boost/beast beast)
13 GroupSources(test/beast/http "/")
14
15 add_executable (tests-beast-http
16 ${BOOST_BEAST_FILES}
17 ${EXTRAS_FILES}
18 ${TEST_MAIN}
19 Jamfile
20 message_fuzz.hpp
21 test_parser.hpp
22 basic_dynamic_body.cpp
23 basic_file_body.cpp
24 basic_parser.cpp
25 buffer_body.cpp
26 chunk_encode.cpp
27 dynamic_body.cpp
28 empty_body.cpp
29 error.cpp
30 field.cpp
31 fields.cpp
32 file_body.cpp
33 message.cpp
34 parser.cpp
35 read.cpp
36 rfc7230.cpp
37 serializer.cpp
38 span_body.cpp
39 status.cpp
40 string_body.cpp
41 type_traits.cpp
42 vector_body.cpp
43 verb.cpp
44 write.cpp
45 )
46
47 set_property(TARGET tests-beast-http PROPERTY FOLDER "tests")