Install scripts using CMakeLists. Correct script names.
authorLukasz Kostyra <l.kostyra@partner.samsung.com>
Thu, 20 Mar 2014 09:10:41 +0000 (10:10 +0100)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:15 +0000 (13:47 +0200)
commit3d00025d758d14910814c35a20db716f23b4772f
treec85b193ddd4bba26752aa8c78fe08eb9483ba692
parent756f70c159ece5de7cd3a0c591c298abaf827fee
Install scripts using CMakeLists. Correct script names.

[Issue#]        N/A
[Bug]           N/A
[Cause]         Colorizing scripts were installed using .spec file.
                Script names were not conveniently named
[Solution]      Install scripts using CMake commands.
                Rename scripts.
[Verification]  Build, install, run sc_all_tests.py. Result shouldn't change.

Change-Id: Ie6926dbe76a0346f557ddbf6274ca13fa1ae9039
CMakeLists.txt
packaging/security-containers.spec
src/CMakeLists.txt
src/scripts/CMakeLists.txt [new file with mode: 0644]
src/scripts/sc_all_tests.py [moved from src/scripts/sc_tests_all.py with 68% similarity]
src/scripts/sc_launch_test.py [moved from src/scripts/sc_test_launch.py with 100% similarity]