From abb7f5bbcccd6e1d22aaba2b0d293a43e9354407 Mon Sep 17 00:00:00 2001 From: Corneliu Stoicescu Date: Sat, 9 Aug 2014 13:59:09 +0300 Subject: oeqa/sdk/: add sdk tests for sudoku, iptables and cvs Add test modules for sdk tests. NOTE: Original patch made by: Richard Purdie (From OE-Core rev: 1b18a33b1053902faaa5cb242d4c1c7d1fb6b064) Signed-off-by: Corneliu Stoicescu Signed-off-by: Richard Purdie --- meta/lib/oeqa/sdk/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/lib/oeqa/sdk/__init__.py (limited to 'meta/lib/oeqa/sdk/__init__.py') diff --git a/meta/lib/oeqa/sdk/__init__.py b/meta/lib/oeqa/sdk/__init__.py new file mode 100644 index 0000000000..4cf3fa76b6 --- /dev/null +++ b/meta/lib/oeqa/sdk/__init__.py @@ -0,0 +1,3 @@ +# Enable other layers to have tests in the same named directory +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__) -- cgit v1.2.3-54-g00ecf