projects
/
platform
/
upstream
/
iotivity.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb25caa
)
The wrapper unittest is not required"
author
nikhil.a
<nikhil.a7@samsung.com>
Mon, 12 Sep 2016 10:02:16 +0000
(15:32 +0530)
committer
Uze Choi
<uzchoi@samsung.com>
Mon, 12 Sep 2016 10:24:49 +0000
(10:24 +0000)
Change-Id: I3646b0da24192b6a34ceef64f2b4fd602a9a99c8
Signed-off-by: nikhil.a <nikhil.a7@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11675
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/notification/cpp-wrapper/SConscript
patch
|
blob
|
history
diff --git
a/service/notification/cpp-wrapper/SConscript
b/service/notification/cpp-wrapper/SConscript
index e3b4d90a1b88465cc140f516daca14800256fb84..b9005a0c2719835ad98d6aebb3b25b7e247c18da 100755
(executable)
--- a/
service/notification/cpp-wrapper/SConscript
+++ b/
service/notification/cpp-wrapper/SConscript
@@
-30,6
+30,3
@@
SConscript('consumer/SConscript')
# Go to build sample apps using wrapper
SConscript('examples/linux/SConscript')
-# Go to build Unit test
-if target_os == 'linux':
- SConscript('unittest/SConscript')