[IOT-1517] Update scons scripts to pull gtest from github
authorGeorge Nash <george.nash@intel.com>
Tue, 15 Nov 2016 20:07:13 +0000 (12:07 -0800)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Tue, 6 Dec 2016 21:23:26 +0000 (21:23 +0000)
commit589324fc7aba3f17a84aad8ab50d417efd8b5501
tree315e4da8a836d2e15f997af502cd0cf23d186a56
parent7c494d7b1a90349f353bf8f3d0f6cd17fe31df14
[IOT-1517] Update scons scripts to pull gtest from github

Stop downloading gtest-1.7.0 from the fedora project mirror.
Download it from github googletest project page.

The major changes as a result are:
    - The name of the zip file has changed from
      gtest-1.7.0.zip to release-1.7.0.zip
    - The name of the extracted folder has changed from
      gtest-1.7.0 to googletest-release-1.7.0
    - Google test no longer contains a configure file to
      run auto make files. The autoreconfig tool is used
      to produce a new configure file from the
      configure.ac file.

Change-Id: I3316af1f3a875137a872577a22f0e4db74f0b0f3
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14381
Reviewed-by: Larry Sachs <larry.j.sachs@intel.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
extlibs/gtest/SConscript
resource/csdk/stack/test/README
resource/unittests/README
run.bat
service/easy-setup/enrollee/unittests/SConscript
service/easy-setup/mediator/richsdk/unittests/SConscript
service/notification/cpp-wrapper/unittest/SConscript
service/notification/unittest/SConscript
tools/scons/RunTest.py