diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-02-15 21:25:09 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-02-15 21:25:09 (GMT) |
commit | 2a9d19ac69c29b8cb5aeecd2657d4c4cdf4f2989 (patch) | |
tree | 408d33e95456d97ef233912e0413b1e7b9e23252 | |
parent | 663165b149f013a10590a4e3b97ee340770fe228 (diff) | |
download | SCons-2a9d19ac69c29b8cb5aeecd2657d4c4cdf4f2989.zip SCons-2a9d19ac69c29b8cb5aeecd2657d4c4cdf4f2989.tar.gz SCons-2a9d19ac69c29b8cb5aeecd2657d4c4cdf4f2989.tar.bz2 |
Simplify use of dir_fixture
-rw-r--r-- | test/Configure/CheckLibWithHeader_extra_libs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Configure/CheckLibWithHeader_extra_libs.py b/test/Configure/CheckLibWithHeader_extra_libs.py index 5e7d450..037bd86 100644 --- a/test/Configure/CheckLibWithHeader_extra_libs.py +++ b/test/Configure/CheckLibWithHeader_extra_libs.py @@ -43,8 +43,6 @@ test.must_exist(libA) test.run(arguments='-C libB') test.must_exist(libB) -test.file_fixture(['fixture', 'checklib_extra', 'SConstruct']) -test.dir_fixture(['fixture', 'checklib_extra', 'src'], 'src') test.run() test.pass_test() |