Add tests program for security-server2
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 10 Jun 2013 15:27:49 +0000 (17:27 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:04:23 +0000 (15:04 +0100)
commit49ed794c5a7f7670793ba8a84ef56d5a2db1c6dd
tree9d4a1323dff2e06f1f61d6e4887572559fdca397
parent8135d83ddbfdb4daa84d480816ce5a37f0047b45
Add tests program for security-server2

This commit contains binary security-client that may be used to
test security-server2.

Minor changes:
 * Remove duplicated optimalization option from build commands.
 * Remove --std=c++0x option from gcc command.
 * Set up DEBUG profile as default.

[Issue#]        N/A
[Feature]       Add security-client binary.
[Cause]         DPL framework is too limited to test security-server2.
[Solution]      N/A
[Verification]  Run "security-client echo" and
                "security-client rule oneoneone twotwotwo". In second
                case you shoud see new rule in system.

Change-Id: I4c8316a8e9ce4e2a80d636a3e9235ccd50171e79
CMakeLists.txt
packaging/security-tests.spec
tests/CMakeLists.txt
tests/security-server-client/CMakeLists.txt [new file with mode: 0644]
tests/security-server-client/client.c [new file with mode: 0644]