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