diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-02-15 21:32:05 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-02-15 21:32:05 (GMT) |
commit | 769eff9d7d7c2c778bcad81c07f294dca0691b70 (patch) | |
tree | b804ad8b89822fd98a41d8129a74d5b7bbd924bc | |
parent | e3c23de67eeeb577b4a24b6597c298939acb52a1 (diff) | |
download | SCons-769eff9d7d7c2c778bcad81c07f294dca0691b70.zip SCons-769eff9d7d7c2c778bcad81c07f294dca0691b70.tar.gz SCons-769eff9d7d7c2c778bcad81c07f294dca0691b70.tar.bz2 |
Add note to docstring that this is a live test per mwichmann
-rw-r--r-- | test/Configure/CheckLibWithHeader_extra_libs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Configure/CheckLibWithHeader_extra_libs.py b/test/Configure/CheckLibWithHeader_extra_libs.py index d9b699a..b9c920c 100644 --- a/test/Configure/CheckLibWithHeader_extra_libs.py +++ b/test/Configure/CheckLibWithHeader_extra_libs.py @@ -26,6 +26,8 @@ """ Verify that a program which depends on library which in turn depends on another library can be built correctly using CheckLibWithHeader + +This is a "live" test - requires a configured C compiler/toolchain to run. """ from TestSCons import TestSCons, dll_, _dll |