blob: 2f2ebec949209753175eafb0606ad3f59ab48ae1 [file] [log] [blame] [edit]
# The tests in this directory need to run Python
import shlex
import sys
# run libcxx-03 tests only when running against the frozen headers. We have separate tests for non-frozen headers.
if "FROZEN-CXX03-HEADERS-FIXME" not in config.available_features:
config.unsupported = True