X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fbuild.sh;h=2f921352e3a6520e4d5c682acfd6e65ca00ea222;hb=a856e285e2a2921e5ea9f24992341f7f590f57a7;hp=6db52c3786818cc6fd987fa9ed881e225a5526f2;hpb=8a2a615df09fcdbf3d6a31b15d518bd2a569b186;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/automated-tests/build.sh b/automated-tests/build.sh index 6db52c3..2f92135 100755 --- a/automated-tests/build.sh +++ b/automated-tests/build.sh @@ -32,7 +32,7 @@ function build (cd src/$1; ../../scripts/tcheadgen.sh tct-$1-core.h) if [ $? -ne 0 ]; then echo "Aborting..."; exit 1; fi fi - (cd build ; cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DMODULE=$1 ; make -j7 ) + (cd build ; cmake .. -DMODULE=$1 ; make -j7 ) } if [ -n "$1" ] ; then