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

Commit

Permalink
[libcontacts] Add test for SeasideImport
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvogt committed Jan 15, 2014
1 parent 3c95599 commit c4febbf
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.pro
@@ -1,7 +1,7 @@
include(../package.pri)

TEMPLATE = subdirs
SUBDIRS = tst_synchronizelists
SUBDIRS = tst_synchronizelists tst_seasideimport

tests_xml.target = tests.xml
tests_xml.depends = $$PWD/tests.xml.in
Expand Down
3 changes: 3 additions & 0 deletions tests/tests.xml.in
Expand Up @@ -7,6 +7,9 @@
<case manual="false" name="synchronizelists">
<step>/opt/tests/@PACKAGENAME@/tst_synchronizelists</step>
</case>
<case manual="false" name="seasideimport">
<step>/opt/tests/@PACKAGENAME@/tst_seasideimport</step>
</case>
</set>
</suite>
</testdefinition>

0 comments on commit c4febbf

Please sign in to comment.