Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
test each part in a separate step
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Oct 27, 2014
1 parent 9aa796d commit 2104383
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/tests.xml.in
Expand Up @@ -4,8 +4,14 @@
<description>QtAround automatic tests</description>
<set name="unit-tests" feature="qtaround tests">
<description>Testing qtaround</description>
<case manual="false" name="unittests">
<step>cd @TESTS_DIR@ &amp;&amp; find -type f -name 'test_*' -exec {} \;</step>
<case manual="false" name="os">
<step>cd @TESTS_DIR@ &amp;&amp; ./test_os</step>
</case>
<case manual="false" name="dbus">
<step>cd @TESTS_DIR@ &amp;&amp; ./test_dbus</step>
</case>
<case manual="false" name="misc">
<step>cd @TESTS_DIR@ &amp;&amp; ./test_misc</step>
</case>
</set>
</suite>
Expand Down

0 comments on commit 2104383

Please sign in to comment.