summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/recipetool.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/recipetool.py')
-rw-r--r--meta/lib/oeqa/selftest/recipetool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/recipetool.py b/meta/lib/oeqa/selftest/recipetool.py
index a04ee87db2..e72911b0aa 100644
--- a/meta/lib/oeqa/selftest/recipetool.py
+++ b/meta/lib/oeqa/selftest/recipetool.py
@@ -424,6 +424,7 @@ class RecipetoolTests(RecipetoolBase):
424 inherits = ['autotools'] 424 inherits = ['autotools']
425 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits) 425 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits)
426 426
427 @testcase(1418)
427 def test_recipetool_create_cmake(self): 428 def test_recipetool_create_cmake(self):
428 # Try adding a recipe 429 # Try adding a recipe
429 temprecipe = os.path.join(self.tempdir, 'recipe') 430 temprecipe = os.path.join(self.tempdir, 'recipe')