mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Rename wsload compile target
This commit is contained in:
@ -3,6 +3,7 @@ Version 96:
|
||||
* Move bench/ to test/
|
||||
* Move extras/ to test/
|
||||
* Use <valgrind> property
|
||||
* Rename wsload compile target
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -17,5 +17,5 @@ add_executable (bench-wsload
|
||||
${COMMON_INCLUDES}
|
||||
${EXTRAS_INCLUDES}
|
||||
Jamfile
|
||||
wsload_main.cpp
|
||||
wsload.cpp
|
||||
)
|
||||
|
@ -9,11 +9,11 @@
|
||||
|
||||
exe wsload :
|
||||
$(TEST_MAIN)
|
||||
wsload_main.cpp
|
||||
wsload.cpp
|
||||
;
|
||||
|
||||
explicit wsload ;
|
||||
|
||||
alias run-tests :
|
||||
[ compile wsload_main.cpp ]
|
||||
[ compile wsload.cpp : : wsload-compile ]
|
||||
;
|
||||
|
Reference in New Issue
Block a user