Move the testsapp folder under the build folder

This commit is contained in:
Erjan Gavalji
2015-10-15 10:54:36 +03:00
parent 2c42783907
commit 2edb5a8fb2

View File

@ -1,4 +1,4 @@
workingdir=__TESTSAPP__ workingdir=./build/__TESTSAPP__
startdir=$(pwd) startdir=$(pwd)
rm -rd $workingdir rm -rd $workingdir
mkdir $workingdir mkdir $workingdir
@ -13,7 +13,7 @@ time pkill ".*emulator64-x86" && true
echo "------------------------------------------------" echo "------------------------------------------------"
echo "Starting the emulator..." echo "Starting the emulator..."
time emulator -avd Api19 -no-audio --no-window & time emulator -avd Api19 -no-audio -no-window &
echo "------------------------------------------------" echo "------------------------------------------------"
echo "Creating the app..." echo "Creating the app..."
@ -26,7 +26,7 @@ time rm app/*.*
echo "------------------------------------------------" echo "------------------------------------------------"
echo "Copying the test app files..." echo "Copying the test app files..."
time cp -r ../../bin/dist/apps/tests/* ./app/ time cp -r ../../../bin/dist/apps/tests/* ./app/
echo "------------------------------------------------" echo "------------------------------------------------"
echo "Adding the android platform..." echo "Adding the android platform..."