[CI/Unit test] Integrate unit test with cmake.
authorsewon.oh <sewon.oh@samsung.com>
Wed, 27 Jun 2018 06:48:19 +0000 (15:48 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Wed, 27 Jun 2018 11:33:26 +0000 (20:33 +0900)
commit9850b8a94b71e671e208c5be277f81b07bbae2bb
tree0e45dd8a862405724138afd4aaa4b42cce6e0aeb
parentfb00042833bc1a222b73be158d2d7089de13b4a0
[CI/Unit test] Integrate unit test with cmake.

Test command: ctest -V (you can do after 'make', -V means log output)
- ./CMakeLists.txt: add subdirectory and enable test
- test/CMakeLists.txt: add unit test
- testAll.sh: using `dirname $0` to solve path problem
- testAPI.sh: same as testAll.sh
- debian/control: add dependency for unit testing

Signed-off-by: Sewon Oh <sewon.oh@samsung.com>
CMakeLists.txt
debian/control
tests/CMakeLists.txt [new file with mode: 0644]
tests/testAPI.sh
tests/testAll.sh