mirror of
https://github.com/boostorg/beast.git
synced 2026-02-04 14:25:16 +01:00
Refactor test build scripts
This commit is contained in:
15
test/example/server/https_ports.cpp
Normal file
15
test/example/server/https_ports.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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
|
||||
//
|
||||
|
||||
#if BOOST_BEAST_USE_OPENSSL
|
||||
|
||||
// Test that header file is self-contained.
|
||||
#include "example/server-framework/https_ports.hpp"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user