summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorDave Thaler <dthaler@microsoft.com>2016-07-13 15:24:11 -0700
committerDave Thaler <dthaler@microsoft.com>2016-09-17 01:11:30 +0000
commit6f6cc44d431d20dee1bcbb0e379bde5fa19e84fc (patch)
tree1900f9ff8cccb559e54a22132415944ca9a938de /run.bat
parent1a06bd70ae5f6842dae31c1b50976f65feb60595 (diff)
downloadiotivity-6f6cc44d431d20dee1bcbb0e379bde5fa19e84fc.tar.gz
iotivity-6f6cc44d431d20dee1bcbb0e379bde5fa19e84fc.tar.bz2
iotivity-6f6cc44d431d20dee1bcbb0e379bde5fa19e84fc.zip
IOT-1072 Unfork libcoap: update forked headers
Make the .h files compatible between the forked libcoap and the official libcoap, so that no breaking changes (only additions) are done to the official libcoap, which other projects depend on the current types/prototypes in. Make any additions (that are beyond the official libcoap, but that are already used by IoTivity code) to libcoap .h files follow the conventions of libcoap, to make it more likely they'll be accepted back into the upstream libcoap. E.g., coap_transport_type -> coap_transport_t, etc. Leaving WITH_UPSTREAM_LIBCOAP off by default on all OS's in this change. Turning it on by default in certain OS's will be done as part of a separate change. Change-Id: I373ef818b8aeb7608c5e3511dc9880047946fbe0 Signed-off-by: Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/9373 Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by: David Antler <david.a.antler@intel.com> (cherry picked from commit 4c49d8fbd634398f5f16addb9331a4683b939068) Reviewed-on: https://gerrit.iotivity.org/gerrit/11891
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.bat b/run.bat
index 75d039f81..507724cc4 100644
--- a/run.bat
+++ b/run.bat
@@ -107,6 +107,7 @@ if "!CURRENT_ARG!"=="server" (
echo TARGET_OS=%TARGET_OS%
echo TARGET_ARCH=%TARGET_ARCH%
echo SECURED=%SECURED%
+ echo TEST=%TEST%
echo LOGGING=%LOGGING%
echo WITH_RD=%WITH_RD%
echo ROUTING=%ROUTING%