mirror of
https://github.com/boostorg/beast.git
synced 2026-01-28 02:02:18 +01:00
37 lines
834 B
Plaintext
37 lines
834 B
Plaintext
#
|
|
# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
#
|
|
|
|
unit-test core-tests :
|
|
../../extras/beast/unit_test/main.cpp
|
|
async_result.cpp
|
|
bind_handler.cpp
|
|
buffer_cat.cpp
|
|
buffer_prefix.cpp
|
|
buffered_read_stream.cpp
|
|
buffers_adapter.cpp
|
|
clamp.cpp
|
|
consuming_buffers.cpp
|
|
doc_examples.cpp
|
|
doc_snippets.cpp
|
|
drain_buffer.cpp
|
|
error.cpp
|
|
flat_buffer.cpp
|
|
handler_alloc.cpp
|
|
handler_ptr.cpp
|
|
multi_buffer.cpp
|
|
ostream.cpp
|
|
read_size.cpp
|
|
static_buffer.cpp
|
|
static_string.cpp
|
|
string.cpp
|
|
string_param.cpp
|
|
type_traits.cpp
|
|
base64.cpp
|
|
empty_base_optimization.cpp
|
|
sha1.cpp
|
|
;
|