mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2026-01-30 22:35:04 +03:00
Deployed df72633 with MkDocs version: 1.6.1
This commit is contained in:
@@ -607,9 +607,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a class="md-nav__link" href="#include-my-my-own-test">1.2
|
<a class="md-nav__link" href="#include-my-own-test">1.2
|
||||||
<span class="md-ellipsis">
|
<span class="md-ellipsis">
|
||||||
Include my my own test
|
Include my own test
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -697,9 +697,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a class="md-nav__link" href="#include-my-my-own-test">1.2
|
<a class="md-nav__link" href="#include-my-own-test">1.2
|
||||||
<span class="md-ellipsis">
|
<span class="md-ellipsis">
|
||||||
Include my my own test
|
Include my own test
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
<h2 id="structure"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.1</span> Structure</h2>
|
<h2 id="structure"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.1</span> Structure</h2>
|
||||||
<p>All tests are under directory "test" in the project and not compiled with default build option of platformio. The main function is in file <code>test_suite_controlflow.cpp</code>. In method <code>app_main()</code> you can add your own tests. </p>
|
<p>All tests are under directory "test" in the project and not compiled with default build option of platformio. The main function is in file <code>test_suite_controlflow.cpp</code>. In method <code>app_main()</code> you can add your own tests. </p>
|
||||||
<p><img alt="image" src="https://user-images.githubusercontent.com/412645/209811778-7efe3b83-8954-4d3b-afa3-d3718fcd9058.png" width="400"/></p>
|
<p><img alt="image" src="https://user-images.githubusercontent.com/412645/209811778-7efe3b83-8954-4d3b-afa3-d3718fcd9058.png" width="400"/></p>
|
||||||
<h2 id="include-my-my-own-test"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.2</span> Include my my own test</h2>
|
<h2 id="include-my-own-test"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.2</span> Include my own test</h2>
|
||||||
<p>In method <code>app_main()</code> of <code>test_suite_controlflow.cpp</code> you can add your own tests. Include your test-file in the top like</p>
|
<p>In method <code>app_main()</code> of <code>test_suite_controlflow.cpp</code> you can add your own tests. Include your test-file in the top like</p>
|
||||||
<p><code>#include "components/jomjol-flowcontroll/test_flow_postrocess_helper.cpp"</code></p>
|
<p><code>#include "components/jomjol-flowcontroll/test_flow_postrocess_helper.cpp"</code></p>
|
||||||
<p>components is a subfolder of tests here. Not the components directory of root source.</p>
|
<p>components is a subfolder of tests here. Not the components directory of root source.</p>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user