fix build script
authorjihye kim <jihye1128.kim@samsung.com>
Tue, 30 Jul 2013 06:40:06 +0000 (15:40 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Tue, 30 Jul 2013 06:40:06 +0000 (15:40 +0900)
Change-Id: Icd8ba502db1321831ac941faebef25ec7dc43198
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
package/build.linux
package/build.macos-64
package/build.windows
performance-test/supplement/performance-test.bat [moved from performance-test/performance-test.bat with 100% similarity]
performance-test/supplement/performance-test.sh [moved from performance-test/performance-test.sh with 100% similarity]

index db83d5a..0dda668 100755 (executable)
@@ -13,7 +13,7 @@ clean()
 }
 
 CONFORMANCE_TEST_DIR="$SRCDIR/conformance-test"
-PERFORMANCE_TEST_DIR="$SRCDIR/performnace-test"
+PERFORMANCE_TEST_DIR="$SRCDIR/performance-test"
 # build
 build() 
 {
@@ -50,11 +50,11 @@ install()
        case ${TARGET_OS} in
                 ubuntu-32)
                         cp $CONFORMANCE_TEST_DIR/supplement/conformance-test.sh $CONFORMANCE_TEST_BIN_DIR/conformance-test
-                       cp $PERFORMANCE_TEST_DIR/supplement/conformance-test.sh $PERFORMANCE_TEST_BIN_DIR/performance-test
+                       cp $PERFORMANCE_TEST_DIR/supplement/performance-test.sh $PERFORMANCE_TEST_BIN_DIR/performance-test
                         ;;
                 ubuntu-64)
                         cp $CONFORMANCE_TEST_DIR/supplement/conformance-test.sh $CONFORMANCE_TEST_BIN_DIR/conformance-test
-                       cp $PERFORMANCE_TEST_DIR/supplement/conformance-test.sh $PERFORMANCE_TEST_BIN_DIR/performance-test
+                       cp $PERFORMANCE_TEST_DIR/supplement/performance-test.sh $PERFORMANCE_TEST_BIN_DIR/performance-test
                         ;;
                  *)
                         echo "${TARGET_OS} is not support yet."
index 6acec43..61057ec 100755 (executable)
@@ -13,7 +13,7 @@ clean()
 }
 
 CONFORMANCE_TEST_DIR="$SRCDIR/conformance-test"
-PERFORMANCE_TEST_DIR="$SRCDIR/performnace-test"
+PERFORMANCE_TEST_DIR="$SRCDIR/performance-test"
 # build
 build() 
 {
@@ -51,7 +51,7 @@ install()
        case ${TARGET_OS} in
                 macos-64)
                        cp $CONFORMANCE_TEST_DIR/supplement/conformance-test-mac.sh $CONFORMANCE_TEST_BIN_DIR/conformance-test
-                       cp $PERFORMANCE_TEST_DIR/supplement/conformance-test.sh $PERFORMANCE_TEST_BIN_DIR/performance-test
+                       cp $PERFORMANCE_TEST_DIR/supplement/performance-test.sh $PERFORMANCE_TEST_BIN_DIR/performance-test
                         ;;
                  *)
                         echo "${TARGET_OS} is not support yet."
index c5f625a..698abaa 100755 (executable)
@@ -13,7 +13,7 @@ clean()
 }
 
 CONFORMANCE_TEST_DIR="$SRCDIR/conformance-test"
-PERFORMANCE_TEST_DIR="$SRCDIR/performnace-test"
+PERFORMANCE_TEST_DIR="$SRCDIR/performance-test"
 # build
 build() 
 {
@@ -51,11 +51,11 @@ install()
        case ${TARGET_OS} in
                 windows-32)
                         cp $CONFORMANCE_TEST_DIR/supplement/conformance-test.bat $CONFORMANCE_TEST_BIN_DIR/conformance-test.bat
-                       cp $PERFORMANCE_TEST_DIR/supplement/conformance-test.bat $PERFORMANCE_TEST_BIN_DIR/performance-test.bat
+                       cp $PERFORMANCE_TEST_DIR/supplement/performance-test.bat $PERFORMANCE_TEST_BIN_DIR/performance-test.bat
                         ;;
                 windows-64)
                         cp $CONFORMANCE_TEST_DIR/supplement/conformance-test.bat $CONFORMANCE_TEST_BIN_DIR/conformance-test.bat
-                       cp $PERFORMANCE_TEST_DIR/supplement/conformance-test.bat $PERFORMANCE_TEST_BIN_DIR/performance-test.bat
+                       cp $PERFORMANCE_TEST_DIR/supplement/performance-test.bat $PERFORMANCE_TEST_BIN_DIR/performance-test.bat
                         ;;
                  *)
                         echo "${TARGET_OS} is not support yet."