mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Rename wstest source file
This commit is contained in:
@ -9,6 +9,7 @@ Version 91:
|
|||||||
* constexpr in derived buffers
|
* constexpr in derived buffers
|
||||||
* Set BOOST_ASIO_NO_DEPRECATED
|
* Set BOOST_ASIO_NO_DEPRECATED
|
||||||
* Use Asio array optimization in static_buffer_base
|
* Use Asio array optimization in static_buffer_base
|
||||||
|
* Rename wstest source file
|
||||||
|
|
||||||
WebSocket:
|
WebSocket:
|
||||||
|
|
||||||
|
@ -17,5 +17,5 @@ add_executable (wstest
|
|||||||
${COMMON_INCLUDES}
|
${COMMON_INCLUDES}
|
||||||
${EXTRAS_INCLUDES}
|
${EXTRAS_INCLUDES}
|
||||||
Jamfile
|
Jamfile
|
||||||
main.cpp
|
wstest.cpp
|
||||||
)
|
)
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
alias wstest :
|
alias wstest :
|
||||||
main.cpp
|
wstest.cpp
|
||||||
;
|
;
|
||||||
explicit wstest ;
|
explicit wstest ;
|
||||||
|
|
||||||
alias run-tests : [ compile main.cpp ] : : : <variant>coverage:<build>no <variant>ubasan:<build>no ;
|
alias run-tests : [ compile wstest.cpp ] : : : <variant>coverage:<build>no <variant>ubasan:<build>no ;
|
||||||
|
Reference in New Issue
Block a user