Add testing utility for askuser extensions 13/34513/10
authorAdam Malinowski <a.malinowsk2@partner.samsung.com>
Wed, 28 Jan 2015 12:14:21 +0000 (13:14 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Wed, 29 Apr 2015 13:39:29 +0000 (15:39 +0200)
commit1840a0163e10d0ec0bd77a2f79735fa0a53abe7c
tree829c9c80340f4da36dc6350eeb2a30f6e95649bb
parentec768fee2bc4b1c8c52631ea014520c9994f285f
Add testing utility for askuser extensions

This patch adds simple client binary and script in order to make
testing/verifying askuser extension easier.

This must be built with cynara built from this patch:
https://review.tizen.org/gerrit/#/c/34388/

Change-Id: I084278afe5293eb7870906293d26b88c18539b8b
CMakeLists.txt
packaging/askuser-test.manifest [new file with mode: 0644]
packaging/askuser.spec
test/CMakeLists.txt [new file with mode: 0644]
test/askuser-test.sh [new file with mode: 0755]
test/client/CMakeLists.txt [new file with mode: 0644]
test/client/LICENSE [new file with mode: 0644]
test/client/src/main.c [new file with mode: 0644]