[tools] replace 'common' with 'tools' for performance
authorGeunsik Lim <geunsik.lim@samsung.com>
Wed, 31 Oct 2018 03:37:41 +0000 (12:37 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Wed, 31 Oct 2018 09:13:01 +0000 (09:13 +0000)
commit22b0af3e70103e02ee2deda45d1b84c8da85603a
tree78fae519dfa3bcd4a3116f18a136b633e014f893
parent75c9b5f2d3bcff738e8a75f0873b6d042eec796f
[tools] replace 'common' with 'tools' for performance

This commit is to rename the existing folder name from 'common' to 'tools'.
From now on, debugging facilities will be located in ./tools folder.

**Changes proposed in this PR:**
1. Added ./tools folder
2. Added ./tools/READMD.md
   - development, tracing, debugging, and profiling
3. Updated ./tests/README.md
4. Moved the testcase section from /README.md to ./tests/README.md file

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
README.md
tests/README.md
tools/README.md [new file with mode: 0644]
tools/getTestModels.sh [moved from common/getTestModels.sh with 100% similarity]
tools/gst-indent [moved from common/gst-indent with 100% similarity]
tools/pre-commit [moved from common/pre-commit with 100% similarity]