Home
last modified time | relevance | path

Searched refs:test_cxx (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/utils/libcxx/test/
Dformat.py125 test_cxx = copy.deepcopy(self.cxx)
127 test_cxx.useCCache(False)
128 test_cxx.useWarnings(False)
132 test_cxx.compile_flags += [('-D%s' % mdef.strip()) for
134 test_cxx.addWarningFlagIfSupported('-Wno-macro-redefined')
142 test_cxx.useModules(False)
145 test_cxx.source_lang = 'objective-c++'
147 test_cxx.compile_flags += ['-fobjc-arc']
149 test_cxx.compile_flags += ['-fno-objc-arc']
150 test_cxx.link_flags += ['-framework', 'Foundation']
[all …]