mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
34 lines
762 B
Plaintext
34 lines
762 B
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 all :
|
|
../src/beast_http_nodejs_parser.cpp
|
|
async_completion.cpp
|
|
base64.cpp
|
|
basic_streambuf.cpp
|
|
basic_headers.cpp
|
|
bind_handler.cpp
|
|
buffer_cat.cpp
|
|
buffers_adapter.cpp
|
|
buffers_debug.cpp
|
|
chunk_encode.cpp
|
|
consuming_buffers.cpp
|
|
empty_base_optimization.cpp
|
|
handler_alloc.cpp
|
|
message.cpp
|
|
placeholders.cpp
|
|
prepare_buffers.cpp
|
|
rfc2616.cpp
|
|
static_streambuf.cpp
|
|
streambuf.cpp
|
|
streambuf_readstream.cpp
|
|
type_check.cpp
|
|
main.cpp
|
|
;
|