diff options
Diffstat (limited to 'src/boost/libs/beast/test/example/Jamfile')
-rw-r--r-- | src/boost/libs/beast/test/example/Jamfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/boost/libs/beast/test/example/Jamfile b/src/boost/libs/beast/test/example/Jamfile new file mode 100644 index 000000000..b8a3d14a5 --- /dev/null +++ b/src/boost/libs/beast/test/example/Jamfile @@ -0,0 +1,20 @@ +# +# Copyright (c) 2016-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) +# +# Official repository: https://github.com/boostorg/beast +# + +alias run-tests : + common//run-tests + ; + +alias fat-tests ; + +explicit fat-tests ; + +alias run-fat-tests : common//run-tests ; + +explicit run-fat-tests ; |