mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
82 lines
1.7 KiB
Plaintext
82 lines
1.7 KiB
Plaintext
#
|
|
# Copyright (c) 2013-2016 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)
|
|
#
|
|
|
|
import os ;
|
|
|
|
unit-test core-tests :
|
|
main.cpp
|
|
async_completion.cpp
|
|
basic_streambuf.cpp
|
|
bind_handler.cpp
|
|
buffer_cat.cpp
|
|
buffer_concepts.cpp
|
|
buffers_adapter.cpp
|
|
consuming_buffers.cpp
|
|
handler_alloc.cpp
|
|
handler_concepts.cpp
|
|
http.cpp
|
|
placeholders.cpp
|
|
prepare_buffers.cpp
|
|
static_streambuf.cpp
|
|
static_string.cpp
|
|
stream_concepts.cpp
|
|
streambuf.cpp
|
|
streambuf_readstream.cpp
|
|
to_string.cpp
|
|
version.cpp
|
|
websocket.cpp
|
|
write_streambuf.cpp
|
|
detail/base64.cpp
|
|
detail/empty_base_optimization.cpp
|
|
detail/sha1.cpp
|
|
;
|
|
|
|
unit-test http-tests :
|
|
main.cpp
|
|
http/basic_headers.cpp
|
|
http/basic_parser_v1.cpp
|
|
http/body_type.cpp
|
|
http/empty_body.cpp
|
|
http/error.cpp
|
|
http/headers.cpp
|
|
http/message.cpp
|
|
http/message_v1.cpp
|
|
http/parse_error.cpp
|
|
http/parser_v1.cpp
|
|
http/read.cpp
|
|
http/reason.cpp
|
|
http/resume_context.cpp
|
|
http/rfc2616.cpp
|
|
http/rfc7230.cpp
|
|
http/status.cpp
|
|
http/streambuf_body.cpp
|
|
http/string_body.cpp
|
|
http/type_check.cpp
|
|
http/write.cpp
|
|
;
|
|
|
|
unit-test bench-tests :
|
|
main.cpp
|
|
http/nodejs_parser.cpp
|
|
http/parser_bench.cpp
|
|
;
|
|
|
|
unit-test websocket-tests :
|
|
main.cpp
|
|
websocket/error.cpp
|
|
websocket/option.cpp
|
|
websocket/rfc6455.cpp
|
|
websocket/stream.cpp
|
|
websocket/teardown.cpp
|
|
websocket/utf8_checker.cpp
|
|
;
|
|
|
|
exe websocket-echo :
|
|
websocket/websocket_echo.cpp
|
|
;
|
|
|