Add CMake to drive unit tests in sidecars 28/4528/3
authorE. Scott Daniels <daniels@research.att.com>
Mon, 10 Aug 2020 16:21:20 +0000 (12:21 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 11 Aug 2020 13:41:28 +0000 (09:41 -0400)
commit38f27842e94d88780e012e6145e7a62913a6a347
treef56ac652074a088d462b13f8d64eeaf1c7ae665f
parent434c33afeb211d818494b5fb64a9f008a27f61df
Add CMake to drive unit tests in sidecars

In order to support sonar vetting, the unit tests must be driven by
CMake with a CMake file at the repo root. This change adds a CMake
file at the top level which will initially drive the unit tests
in the sidecars. This can be extended to include the core application.

Issue-ID: RIC-632

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I5707fa05bcd642a4f18473f05b4467a533b3cf34
CMakeLists.txt [new file with mode: 0644]
sidecars/listener/Dockerfile
sidecars/listener/run_unit_test.ksh
sidecars/listener/unit_test.c