summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xresource/c_common/ocevent/test/SConscript4
-rw-r--r--resource/unit_tests.scons1
2 files changed, 4 insertions, 1 deletions
diff --git a/resource/c_common/ocevent/test/SConscript b/resource/c_common/ocevent/test/SConscript
index 8424a56c8..113ee6aa2 100755
--- a/resource/c_common/ocevent/test/SConscript
+++ b/resource/c_common/ocevent/test/SConscript
@@ -22,9 +22,11 @@ import os
import os.path
from tools.scons.RunTest import *
+# SConscript file for Local PKI google tests^M
+gtest_env = SConscript('#extlibs/gtest/SConscript')
Import('test_env')
-eventtests_env = test_env.Clone()
+eventtests_env = gtest_env.Clone()
target_os = eventtests_env.get('TARGET_OS')
######################################################################
diff --git a/resource/unit_tests.scons b/resource/unit_tests.scons
index fd18284f7..fdf4d30de 100644
--- a/resource/unit_tests.scons
+++ b/resource/unit_tests.scons
@@ -43,6 +43,7 @@ if target_os in ['linux']:
SConscript('c_common/oic_malloc/test/SConscript')
SConscript('c_common/oic_time/test/SConscript')
SConscript('c_common/ocrandom/test/SConscript')
+ SConscript('c_common/ocevent/test/SConscript')
# Build C unit tests
SConscript('csdk/stack/test/SConscript')