Add test case macros for different environments
authorLukasz Kostyra <l.kostyra@partner.samsung.com>
Fri, 19 Jul 2013 09:51:51 +0000 (11:51 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:07:35 +0000 (15:07 +0100)
commit1233f1ee623b171c623563a23e013f392296af2c
treec560d38f8b83922632fc80256c177c8037077b06
parent8b98a437e05c3b8c6d905bdea5288716d9e1d382
Add test case macros for different environments

[Issue#]        SSDWSSP-415
[Feature]       Adds test case macros - RUNNER_TEST_SMACK, RUNNER_TEST_NOSMACK,
                RUNNER_CHILD_TEST_SMACK and RUNNER_CHILD_TEST_NOSMACK for different testing
                environments.
[Cause]         Tests that fail when launched on NOSMACK environment
[Solution]      Create macros that will launch tests only on SMACK or NOSMACK environment.
[Verification]  Run libprivilege-control-test. Tests 24a and 24c should appear on SMACK environment,
                tests 24b and 24d should appear on NOSMACK environment.

Change-Id: I2cb9a5bd6aa9634e019726eb536744f3c9e43288
CMakeLists.txt
tests/CMakeLists.txt
tests/common/CMakeLists.txt [new file with mode: 0644]
tests/common/tests_common.cpp [new file with mode: 0644]
tests/common/tests_common.h [new file with mode: 0644]
tests/libprivilege-control-tests/CMakeLists.txt
tests/libprivilege-control-tests/test_cases.cpp