Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinniefalco/c0e9a075b2dfc1bfef7f0c99f0c33d16 to your computer and use it in GitHub Desktop.
Save vinniefalco/c0e9a075b2dfc1bfef7f0c99f0c33d16 to your computer and use it in GitHub Desktop.
exe wsload :
$(TEST_MAIN)
wsload.cpp
;
explicit wsload ;
alias run-tests :
[ compile wsload.cpp ]
;
@vinniefalco
Copy link
Author

Output:

$ b2 test/bench/wsload
Performing configuration checks

    - 32-bit                   : yes (cached)
    - arm                      : no  (cached)
    - mips1                    : no  (cached)
    - power                    : no  (cached)
    - sparc                    : no  (cached)
    - x86                      : yes (cached)
    - symlinks supported       : no  (cached)
    - junctions supported      : yes (cached)
    - hardlinks supported      : yes (cached)
    - C++11 mutex              : yes (cached)
error: No best alternative for test/bench/wsload/wsload
    next alternative: required properties: <debug-symbols>on <link>static <runtime-link>shared <threading>multi
        matched
    next alternative: required properties: <debug-symbols>on <link>static <runtime-link>shared <threading>multi
        matched
...found 1 target...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment