mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
31 lines
626 B
Plaintext
31 lines
626 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 test-all :
|
|
../extras/beast/extras/beast/unit_test/main.cpp
|
|
basic_store.cpp
|
|
buffer.cpp
|
|
callgrind_test.cpp
|
|
concepts.cpp
|
|
create.cpp
|
|
error.cpp
|
|
file.cpp
|
|
native_file.cpp
|
|
posix_file.cpp
|
|
recover.cpp
|
|
rekey.cpp
|
|
store.cpp
|
|
type_traits.cpp
|
|
verify.cpp
|
|
version.cpp
|
|
visit.cpp
|
|
win32_file.cpp
|
|
xxhasher.cpp
|
|
;
|