<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/lib/oeqa/runtime/files, branch fido</title>
<subtitle>Mirror of openembedded-core</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/'/>
<entry>
<title>oeqa/runtime: add new cpp test and file</title>
<updated>2014-08-11T11:30:16+00:00</updated>
<author>
<name>Corneliu Stoicescu</name>
<email>corneliux.stoicescu@intel.com</email>
</author>
<published>2014-08-09T11:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=63cbed337241191f33fe951662a39ce59dce6774'/>
<id>63cbed337241191f33fe951662a39ce59dce6774</id>
<content type='text'>
This tests out the limits header which we've noticed does have problems in
some SDK builds.

Signed-off-by: Corneliu Stoicescu &lt;corneliux.stoicescu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tests out the limits header which we've noticed does have problems in
some SDK builds.

Signed-off-by: Corneliu Stoicescu &lt;corneliux.stoicescu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/oeqa/runtime: add test for python</title>
<updated>2014-01-06T11:12:32+00:00</updated>
<author>
<name>Ting Wang</name>
<email>ting.wang@windriver.com</email>
</author>
<published>2014-01-03T05:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=4465c9368b0c37a3a2c41b68f65de08690a8179b'/>
<id>4465c9368b0c37a3a2c41b68f65de08690a8179b</id>
<content type='text'>
Run a python script on the target
1)checks the output.
2)Call os.system method create a testfile

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run a python script on the target
1)checks the output.
2)Call os.system method create a testfile

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/oeqa/runtime: build kernel module on target test</title>
<updated>2013-10-18T14:51:00+00:00</updated>
<author>
<name>Stefan Stanacar</name>
<email>stefanx.stanacar@intel.com</email>
</author>
<published>2013-10-18T07:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=c61c3dee162aa1f5bf31b2a09d8b916dc1712056'/>
<id>c61c3dee162aa1f5bf31b2a09d8b916dc1712056</id>
<content type='text'>
Builds a simple Hello World module on target.
Added to the defaults for core-image-sato-sdk.

Signed-off-by: Stefan Stanacar &lt;stefanx.stanacar@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Builds a simple Hello World module on target.
Added to the defaults for core-image-sato-sdk.

Signed-off-by: Stefan Stanacar &lt;stefanx.stanacar@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/oeqa/runtime: add test for perl</title>
<updated>2013-08-26T10:42:13+00:00</updated>
<author>
<name>Cornel Stoicescu</name>
<email>corneliux.stoicescu@intel.com</email>
</author>
<published>2013-08-20T17:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=95abdbf2d715c9e7e3368f5193167feb5efc6261'/>
<id>95abdbf2d715c9e7e3368f5193167feb5efc6261</id>
<content type='text'>
This test runs a perl script on the target and checks the output.

Signed-off-by: Cornel Stoicescu &lt;corneliux.stoicescu@intel.com&gt;
Signed-off-by: Stefan Stanacar &lt;stefanx.stanacar@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test runs a perl script on the target and checks the output.

Signed-off-by: Cornel Stoicescu &lt;corneliux.stoicescu@intel.com&gt;
Signed-off-by: Stefan Stanacar &lt;stefanx.stanacar@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/oeqa/runtime: add gcc test</title>
<updated>2013-07-09T09:49:20+00:00</updated>
<author>
<name>Stefan Stanacar</name>
<email>stefanx.stanacar@intel.com</email>
</author>
<published>2013-06-28T08:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=ccbce75335971abf5098a492755e92ca60cf67bd'/>
<id>ccbce75335971abf5098a492755e92ca60cf67bd</id>
<content type='text'>
gcc compile test and support files.

Signed-off-by: Stefan Stanacar &lt;stefanx.stanacar@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc compile test and support files.

Signed-off-by: Stefan Stanacar &lt;stefanx.stanacar@intel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
