summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xscripts/ios/test.sh (renamed from scripts/test_ios.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66a7ecb652..b87ceb0ac6 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ ipackage: clean Xcode/ios
./scripts/ios/package.sh
itest: ipackage KIF
- ./scripts/test_ios.sh
+ ./scripts/ios/test.sh
# Legacy name
iproj: ios-proj
diff --git a/scripts/test_ios.sh b/scripts/ios/test.sh
index 77d4d90ad3..77d4d90ad3 100755
--- a/scripts/test_ios.sh
+++ b/scripts/ios/test.sh