Run unit tests after building the stack
authorSakthivel Samidurai <sakthivel.samidurai@intel.com>
Mon, 9 Mar 2015 23:40:49 +0000 (16:40 -0700)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Tue, 17 Mar 2015 17:37:29 +0000 (17:37 +0000)
Run unit tests after building the C/C++ stacks and unit tests.

Change-Id: I11bf90f95f30815abd272a26d82c97815d4e8bc7
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/455
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sashi Penta <sashi.kumar.penta@intel.com>
Reviewed-by: William Dieter <william.r.dieter@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
auto_build.sh

index 6eb7347..ab4ddb1 100755 (executable)
@@ -102,4 +102,5 @@ fi
 export SCONSFLAGS="-Q -j 8"
 build $1 $2 true
 build $1 $2 false
+scons resource TEST=1
 echo "===================== done ====================="