Enable build-time test (#76)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 12 Apr 2018 23:52:40 +0000 (08:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 12 Apr 2018 23:52:40 +0000 (08:52 +0900)
commit12aa88498084f9696a931c3a562852af7afc9733
tree6292fa4cb9dd08237ae470b1aac5f1861561f6aa
parente32eff27f70adf63fb2ceab15d799cc3d4ade3ca
Enable build-time test (#76)

* Enable build-time test

This commit revises CMakeLists.txt to enable build-time testing based on
Google Test, introduces three helper functions for build library and tests.

With this commit, build-time test will be enabled by default only when google
test is available.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Insert 'add_test'
CMakeLists.txt