mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Rename wstest source file
This commit is contained in:
@ -9,6 +9,7 @@ Version 91:
|
||||
* constexpr in derived buffers
|
||||
* Set BOOST_ASIO_NO_DEPRECATED
|
||||
* Use Asio array optimization in static_buffer_base
|
||||
* Rename wstest source file
|
||||
|
||||
WebSocket:
|
||||
|
||||
|
@ -17,5 +17,5 @@ add_executable (wstest
|
||||
${COMMON_INCLUDES}
|
||||
${EXTRAS_INCLUDES}
|
||||
Jamfile
|
||||
main.cpp
|
||||
wstest.cpp
|
||||
)
|
||||
|
@ -8,8 +8,8 @@
|
||||
#
|
||||
|
||||
alias wstest :
|
||||
main.cpp
|
||||
wstest.cpp
|
||||
;
|
||||
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