From 95108a1c346773f57ffd7f1970e2987607ad9360 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 30 Apr 2015 08:38:51 -0700 Subject: [PATCH] dev-manual: Updated requirements for writing a new test. Fixes [YOCTO #7524] The "Writing New Tests" section needed more clarification in the first paragraph. One requirement is that minimally, an empty __iniit_.py file must exist in the runtime directory. (From yocto-docs rev: 519d0ff95e2ffbdb615d6dc27a6c11b393eb4b53) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7a28176ce0..1d4e34f91e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -8656,9 +8656,19 @@ BBPATH is extended in the layer's layer.conf file as normal). - Just remember that filenames need to map directly to test - (module) names and that you do not use module names that - collide with existing core tests. + Just remember the following: + + Filenames need to map directly to test + (module) names. + + Do not use module names that + collide with existing core tests. + + Minimally, an empty + __init__.py file must exist + in the runtime directory. + +