Searched refs:cpp_available (Results 1 - 6 of 6) sorted by relevance

/seL4-camkes-master/projects/camkes-tool/camkes/parser/tests/
H A Dtestcpp.py26 from camkes.internal.tests.utils import CAmkESTest, cpp_available namespace
34 @unittest.skipIf(not cpp_available(), 'CPP not found')
38 @unittest.skipIf(not cpp_available(), 'CPP not found')
44 @unittest.skipIf(not cpp_available(), 'CPP not found')
51 @unittest.skipIf(not cpp_available(), 'CPP not found')
63 @unittest.skipIf(not cpp_available(), 'CPP not found')
73 @unittest.skipIf(not cpp_available(), 'CPP not found')
89 @unittest.skipIf(not cpp_available(), 'CPP not found')
H A Dteststage2.py26 from camkes.internal.tests.utils import CAmkESTest, cpp_available namespace
107 @unittest.skipIf(not cpp_available(), 'CPP not found')
H A Dtestexamples.py32 from camkes.internal.tests.utils import CAmkESTest, cpp_available namespace
H A Dteststage3.py28 from camkes.internal.tests.utils import CAmkESTest, cpp_available, \
173 @unittest.skipIf(not cpp_available(), 'CPP not found')
233 @unittest.skipIf(not cpp_available(), 'CPP not found')
244 @unittest.skipIf(not cpp_available(), 'CPP not found')
255 @unittest.skipIf(not cpp_available(), 'CPP not found')
266 @unittest.skipIf(not cpp_available(), 'CPP not found')
281 @unittest.skipIf(not cpp_available(), 'CPP not found')
29 plyplus_introspectible namespace
H A Dteststage1.py26 from camkes.internal.tests.utils import CAmkESTest, cpp_available namespace
276 @unittest.skipIf(not cpp_available(), 'CPP not found')
/seL4-camkes-master/projects/camkes-tool/camkes/internal/tests/
H A Dutils.py30 def cpp_available(): function

Completed in 58 milliseconds