mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-07-31 00:37:02 +08:00
Address review: exclude async_return_value.chai when compiled without thread support
Requested by @lefticus in PR #671 review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6dc28ca1ba
commit
f430afd470
@ -295,6 +295,7 @@ list(SORT UNIT_TESTS)
|
||||
if(NOT MULTITHREAD_SUPPORT_ENABLED)
|
||||
list(REMOVE_ITEM UNIT_TESTS
|
||||
async_engine_lifetime.chai
|
||||
async_return_value.chai
|
||||
future.chai
|
||||
list_push_front.chai
|
||||
move_async.chai
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user