summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudipto <sudipto.bal@samsung.com>2020-06-16 16:03:19 +0530
committerSudipto <sudipto.bal@samsung.com>2020-06-16 16:06:02 +0530
commit6f92547c6778edcea814a5d83e789a6337132407 (patch)
tree2ccb6831480dd9c5b9ab7fcf0720053d2fb03e37
parent0531627c6da2432daf0873dd0a9ba0bb0a14bde4 (diff)
downloadiotivity-6f92547c6778edcea814a5d83e789a6337132407.tar.gz
iotivity-6f92547c6778edcea814a5d83e789a6337132407.tar.bz2
iotivity-6f92547c6778edcea814a5d83e789a6337132407.zip
[Unit Test] Solving Build Error for OCEvent TCs
- In commit 371b5f, a python import was removed from SConscript, which was causing build error for TCs - Modified resource/c_common/ocevent/test/SConscript (cherry-picked from e890177a6dfb23a3935f590c4845f22b98dec5bd) Change-Id: I02e20347116774834234d5e7094f6c4834b1d6da Signed-off-by: Sudipto <sudipto.bal@samsung.com>
-rwxr-xr-xresource/c_common/ocevent/test/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/resource/c_common/ocevent/test/SConscript b/resource/c_common/ocevent/test/SConscript
index 113ee6aa2..e6c64b8eb 100755
--- a/resource/c_common/ocevent/test/SConscript
+++ b/resource/c_common/ocevent/test/SConscript
@@ -21,7 +21,6 @@
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')