Fix the ASAN build error
[platform/core/connectivity/bluetooth-agent.git] / CMakeLists.txt
index 243207b..6f8fc2f 100644 (file)
@@ -8,4 +8,7 @@ ADD_SUBDIRECTORY(map-agent)
 ADD_SUBDIRECTORY(pb-agent)
 ADD_SUBDIRECTORY(ag-agent)
 ADD_SUBDIRECTORY(ipsp-agent)
-ADD_SUBDIRECTORY(hid-agent)
\ No newline at end of file
+ADD_SUBDIRECTORY(hid-agent)
+IF (BUILD_GCOV)
+ADD_SUBDIRECTORY(unittest)
+ENDIF (BUILD_GCOV)
\ No newline at end of file