diff options
Diffstat (limited to 'meta/classes/testsdk.bbclass')
| -rw-r--r-- | meta/classes/testsdk.bbclass | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index a0c50fe4a9..417510ce3d 100644 --- a/meta/classes/testsdk.bbclass +++ b/meta/classes/testsdk.bbclass | |||
| @@ -114,7 +114,15 @@ def testsdkext_main(d): | |||
| 114 | bb.plain("Running SDK Compatibility tests ...") | 114 | bb.plain("Running SDK Compatibility tests ...") |
| 115 | run_test_context(SDKTestContext, d, testdir, tcname, pn) | 115 | run_test_context(SDKTestContext, d, testdir, tcname, pn) |
| 116 | finally: | 116 | finally: |
| 117 | bb.utils.remove(testdir, True) | 117 | pass |
| 118 | |||
| 119 | try: | ||
| 120 | bb.plain("Running Extensible SDK tests ...") | ||
| 121 | run_test_context(SDKExtTestContext, d, testdir, tcname, pn) | ||
| 122 | finally: | ||
| 123 | pass | ||
| 124 | |||
| 125 | bb.utils.remove(testdir, True) | ||
| 118 | 126 | ||
| 119 | testsdkext_main[vardepsexclude] =+ "BB_ORIGENV" | 127 | testsdkext_main[vardepsexclude] =+ "BB_ORIGENV" |
| 120 | 128 | ||
