Don't load autoconf module in skeleton mode in tests

This commit is contained in:
Boris Kolpackov 2022-06-29 10:40:06 +02:00
parent a7d7c362de
commit 3c49282131

View File

@ -3,6 +3,7 @@
# Also, our tests use this project as their amalgamation in order to get the # Also, our tests use this project as their amalgamation in order to get the
# module import location (as well as the C module configuration). # module import location (as well as the C module configuration).
# #
if ($build.mode != 'skeleton')
using autoconf using autoconf
using c using c