diff options
Diffstat (limited to 'scripts/lib/compatlayer/case.py')
-rw-r--r-- | scripts/lib/compatlayer/case.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/compatlayer/case.py b/scripts/lib/compatlayer/case.py new file mode 100644 index 0000000000..54ce78aa60 --- /dev/null +++ b/scripts/lib/compatlayer/case.py @@ -0,0 +1,7 @@ +# Copyright (C) 2017 Intel Corporation +# Released under the MIT license (see COPYING.MIT) + +from oeqa.core.case import OETestCase + +class OECompatLayerTestCase(OETestCase): + pass |