summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorErdem MEYDANLI <meerd@users.noreply.github.com>2020-08-18 16:34:45 +0200
committerGitHub <noreply@github.com>2020-08-18 16:34:45 +0200
commit9e5c3f78afa856d01ce102a581120797930e51d7 (patch)
tree758951d08f129b07665d0d1c9976a9b33420842c /src/test
parentffd03582c9bc52b763387bec7b4ca3d49a4c34ed (diff)
test: add code coverage report (#3312)
Diffstat (limited to 'src/test')
-rw-r--r--src/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index 48948f0981..9c30984a0a 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -19,5 +19,5 @@ add_test(
NAME
unit
COMMAND
- ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/unit_tests
+ ${CMAKE_BINARY_DIR}/src/test/unit_tests
)