diff options
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/sdk/cases/assimp.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/sdk/cases/assimp.py b/meta/lib/oeqa/sdk/cases/assimp.py index 7251bdf34e..26c1df089c 100644 --- a/meta/lib/oeqa/sdk/cases/assimp.py +++ b/meta/lib/oeqa/sdk/cases/assimp.py | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | import os, subprocess, unittest | 1 | import os, subprocess, unittest |
| 2 | import bb | 2 | import bb |
| 3 | from oeqa.sdk.case import OESDKTestCase | 3 | from oeqa.sdk.case import OESDKTestCase |
| 4 | from oeqa.sdk.utils.sdkbuildproject import SDKBuildProject | ||
| 5 | 4 | ||
| 6 | from oeqa.utils.subprocesstweak import errors_have_output | 5 | from oeqa.utils.subprocesstweak import errors_have_output |
| 7 | errors_have_output() | 6 | errors_have_output() |
| @@ -62,7 +61,3 @@ class BuildAssimp(OESDKTestCase): | |||
| 62 | self.assertEqual(machine, elf.machine()) | 61 | self.assertEqual(machine, elf.machine()) |
| 63 | self.assertEqual(bits, elf.abiSize()) | 62 | self.assertEqual(bits, elf.abiSize()) |
| 64 | self.assertEqual(endian, elf.isLittleEndian()) | 63 | self.assertEqual(endian, elf.isLittleEndian()) |
| 65 | |||
| 66 | @classmethod | ||
| 67 | def tearDownClass(self): | ||
| 68 | self.project.clean() | ||
