From 7504a25d9c611497d4e8e6e78396f3785c9d6579 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 11 Mar 2014 11:51:15 +0800 Subject: [PATCH] cpp-hello -> cpp-empty-test, lua-hello -> lua-empty-test, ouch.... --- tests/{cpp-hello => cpp-empty-test}/.gitkeep | 0 tests/{cpp-hello => cpp-empty-test}/CMakeLists.txt | 0 tests/{cpp-hello => cpp-empty-test}/Classes/AppDelegate.cpp | 0 tests/{cpp-hello => cpp-empty-test}/Classes/AppDelegate.h | 0 tests/{cpp-hello => cpp-empty-test}/Classes/AppMacros.h | 0 tests/{cpp-hello => cpp-empty-test}/Classes/HelloWorldScene.cpp | 0 tests/{cpp-hello => cpp-empty-test}/Classes/HelloWorldScene.h | 0 tests/{cpp-hello => cpp-empty-test}/Resources/.gitignore | 0 .../Resources/ipad/HelloWorld.png.REMOVED.git-id | 0 .../Resources/ipadhd/HelloWorld.png.REMOVED.git-id | 0 .../Resources/iphone/HelloWorld.png.REMOVED.git-id | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/.classpath | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/.project | 0 .../proj.android/.settings/org.eclipse.cdt.codan.core.prefs | 0 .../proj.android/AndroidManifest.xml | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/README.md | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/build.xml | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/jni/Android.mk | 0 .../{cpp-hello => cpp-empty-test}/proj.android/jni/Application.mk | 0 .../proj.android/jni/hellocpp/main.cpp | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/jni/list.sh | 0 tests/{cpp-hello => cpp-empty-test}/proj.android/ndkgdb.sh | 0 .../{cpp-hello => cpp-empty-test}/proj.android/project.properties | 0 .../proj.android/res/values/strings.xml | 0 .../proj.android/src/org/cocos2dx/hellocpp/Cocos2dxActivity.java | 0 tests/{cpp-hello => cpp-empty-test}/proj.ios/AppController.h | 0 tests/{cpp-hello => cpp-empty-test}/proj.ios/AppController.mm | 0 .../proj.ios/Default-568h@2x.png.REMOVED.git-id | 0 .../proj.ios/Default@2x.png.REMOVED.git-id | 0 tests/{cpp-hello => cpp-empty-test}/proj.ios/HelloCpp_Prefix.pch | 0 tests/{cpp-hello => cpp-empty-test}/proj.ios/RootViewController.h | 0 .../{cpp-hello => cpp-empty-test}/proj.ios/RootViewController.mm | 0 tests/{cpp-hello => cpp-empty-test}/proj.ios/main.m | 0 tests/{cpp-hello => cpp-empty-test}/proj.linux/main.cpp | 0 tests/{cpp-hello => cpp-empty-test}/proj.mac/HelloCpp_Prefix.pch | 0 .../proj.mac/Icon.icns.REMOVED.git-id | 0 .../proj.mac/en.lproj/InfoPlist.strings | 0 .../{cpp-hello => cpp-empty-test}/proj.mac/en.lproj/MainMenu.xib | 0 tests/{cpp-hello => cpp-empty-test}/proj.mac/main.cpp | 0 tests/{cpp-hello => cpp-empty-test}/proj.win32/HelloCpp.vcxproj | 0 .../proj.win32/HelloCpp.vcxproj.filters | 0 .../proj.win32/HelloCpp.vcxproj.user | 0 tests/{cpp-hello => cpp-empty-test}/proj.win32/main.cpp | 0 tests/{cpp-hello => cpp-empty-test}/proj.win32/main.h | 0 tests/{lua-hello => lua-empty-test}/.gitkeep | 0 tests/{lua-hello => lua-empty-test}/CMakeLists.txt | 0 tests/{lua-hello => lua-empty-test}/Classes/AppDelegate.cpp | 0 tests/{lua-hello => lua-empty-test}/Classes/AppDelegate.h | 0 tests/{lua-hello => lua-empty-test}/Resources/.gitignore | 0 .../Resources/background.mp3.REMOVED.git-id | 0 .../Resources/farm.jpg.REMOVED.git-id | 0 tests/{lua-hello => lua-empty-test}/Resources/hello.lua | 0 tests/{lua-hello => lua-empty-test}/Resources/hello2.lua | 0 tests/{lua-hello => lua-empty-test}/Resources/mobdebug.lua | 0 tests/{lua-hello => lua-empty-test}/proj.android/.classpath | 0 .../proj.android/.externalToolBuilders/Javah_jni_builder.launch | 0 tests/{lua-hello => lua-empty-test}/proj.android/.project | 0 .../proj.android/.settings/org.eclipse.cdt.codan.core.prefs | 0 .../proj.android/AndroidManifest.xml | 0 tests/{lua-hello => lua-empty-test}/proj.android/ant.properties | 0 tests/{lua-hello => lua-empty-test}/proj.android/build.xml | 0 tests/{lua-hello => lua-empty-test}/proj.android/jni/Android.mk | 0 .../{lua-hello => lua-empty-test}/proj.android/jni/Application.mk | 0 .../proj.android/jni/hellolua/main.cpp | 0 .../proj.android/proguard-project.txt | 0 .../{lua-hello => lua-empty-test}/proj.android/project.properties | 0 .../proj.android/res/values/strings.xml | 0 .../proj.android/src/org/cocos2dx/hellolua/Cocos2dxActivity.java | 0 tests/{lua-hello => lua-empty-test}/proj.ios/AppController.h | 0 tests/{lua-hello => lua-empty-test}/proj.ios/AppController.mm | 0 .../proj.ios/Default-568h@2x.png.REMOVED.git-id | 0 .../proj.ios/Default@2x.png.REMOVED.git-id | 0 tests/{lua-hello => lua-empty-test}/proj.ios/HelloLua_Prefix.pch | 0 tests/{lua-hello => lua-empty-test}/proj.ios/RootViewController.h | 0 .../{lua-hello => lua-empty-test}/proj.ios/RootViewController.mm | 0 tests/{lua-hello => lua-empty-test}/proj.ios/main.m | 0 tests/{lua-hello => lua-empty-test}/proj.linux/main.cpp | 0 tests/{lua-hello => lua-empty-test}/proj.mac/HelloLua_Prefix.pch | 0 .../proj.mac/Icon.icns.REMOVED.git-id | 0 .../proj.mac/en.lproj/InfoPlist.strings | 0 .../{lua-hello => lua-empty-test}/proj.mac/en.lproj/MainMenu.xib | 0 tests/{lua-hello => lua-empty-test}/proj.mac/main.cpp | 0 tests/{lua-hello => lua-empty-test}/proj.win32/HelloLua.vcxproj | 0 .../proj.win32/HelloLua.vcxproj.filters | 0 .../proj.win32/HelloLua.vcxproj.user | 0 tests/{lua-hello => lua-empty-test}/proj.win32/main.cpp | 0 tests/{lua-hello => lua-empty-test}/proj.win32/main.h | 0 87 files changed, 0 insertions(+), 0 deletions(-) rename tests/{cpp-hello => cpp-empty-test}/.gitkeep (100%) rename tests/{cpp-hello => cpp-empty-test}/CMakeLists.txt (100%) rename tests/{cpp-hello => cpp-empty-test}/Classes/AppDelegate.cpp (100%) rename tests/{cpp-hello => cpp-empty-test}/Classes/AppDelegate.h (100%) rename tests/{cpp-hello => cpp-empty-test}/Classes/AppMacros.h (100%) rename tests/{cpp-hello => cpp-empty-test}/Classes/HelloWorldScene.cpp (100%) rename tests/{cpp-hello => cpp-empty-test}/Classes/HelloWorldScene.h (100%) rename tests/{cpp-hello => cpp-empty-test}/Resources/.gitignore (100%) rename tests/{cpp-hello => cpp-empty-test}/Resources/ipad/HelloWorld.png.REMOVED.git-id (100%) rename tests/{cpp-hello => cpp-empty-test}/Resources/ipadhd/HelloWorld.png.REMOVED.git-id (100%) rename tests/{cpp-hello => cpp-empty-test}/Resources/iphone/HelloWorld.png.REMOVED.git-id (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/.classpath (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/.project (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/.settings/org.eclipse.cdt.codan.core.prefs (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/AndroidManifest.xml (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/README.md (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/build.xml (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/jni/Android.mk (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/jni/Application.mk (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/jni/hellocpp/main.cpp (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/jni/list.sh (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/ndkgdb.sh (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/project.properties (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/res/values/strings.xml (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.android/src/org/cocos2dx/hellocpp/Cocos2dxActivity.java (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/AppController.h (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/AppController.mm (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/Default-568h@2x.png.REMOVED.git-id (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/Default@2x.png.REMOVED.git-id (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/HelloCpp_Prefix.pch (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/RootViewController.h (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/RootViewController.mm (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.ios/main.m (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.linux/main.cpp (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.mac/HelloCpp_Prefix.pch (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.mac/Icon.icns.REMOVED.git-id (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.mac/en.lproj/InfoPlist.strings (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.mac/en.lproj/MainMenu.xib (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.mac/main.cpp (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.win32/HelloCpp.vcxproj (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.win32/HelloCpp.vcxproj.filters (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.win32/HelloCpp.vcxproj.user (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.win32/main.cpp (100%) rename tests/{cpp-hello => cpp-empty-test}/proj.win32/main.h (100%) rename tests/{lua-hello => lua-empty-test}/.gitkeep (100%) rename tests/{lua-hello => lua-empty-test}/CMakeLists.txt (100%) rename tests/{lua-hello => lua-empty-test}/Classes/AppDelegate.cpp (100%) rename tests/{lua-hello => lua-empty-test}/Classes/AppDelegate.h (100%) rename tests/{lua-hello => lua-empty-test}/Resources/.gitignore (100%) rename tests/{lua-hello => lua-empty-test}/Resources/background.mp3.REMOVED.git-id (100%) rename tests/{lua-hello => lua-empty-test}/Resources/farm.jpg.REMOVED.git-id (100%) rename tests/{lua-hello => lua-empty-test}/Resources/hello.lua (100%) rename tests/{lua-hello => lua-empty-test}/Resources/hello2.lua (100%) rename tests/{lua-hello => lua-empty-test}/Resources/mobdebug.lua (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/.classpath (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/.externalToolBuilders/Javah_jni_builder.launch (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/.project (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/.settings/org.eclipse.cdt.codan.core.prefs (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/AndroidManifest.xml (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/ant.properties (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/build.xml (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/jni/Android.mk (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/jni/Application.mk (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/jni/hellolua/main.cpp (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/proguard-project.txt (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/project.properties (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/res/values/strings.xml (100%) rename tests/{lua-hello => lua-empty-test}/proj.android/src/org/cocos2dx/hellolua/Cocos2dxActivity.java (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/AppController.h (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/AppController.mm (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/Default-568h@2x.png.REMOVED.git-id (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/Default@2x.png.REMOVED.git-id (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/HelloLua_Prefix.pch (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/RootViewController.h (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/RootViewController.mm (100%) rename tests/{lua-hello => lua-empty-test}/proj.ios/main.m (100%) rename tests/{lua-hello => lua-empty-test}/proj.linux/main.cpp (100%) rename tests/{lua-hello => lua-empty-test}/proj.mac/HelloLua_Prefix.pch (100%) rename tests/{lua-hello => lua-empty-test}/proj.mac/Icon.icns.REMOVED.git-id (100%) rename tests/{lua-hello => lua-empty-test}/proj.mac/en.lproj/InfoPlist.strings (100%) rename tests/{lua-hello => lua-empty-test}/proj.mac/en.lproj/MainMenu.xib (100%) rename tests/{lua-hello => lua-empty-test}/proj.mac/main.cpp (100%) rename tests/{lua-hello => lua-empty-test}/proj.win32/HelloLua.vcxproj (100%) rename tests/{lua-hello => lua-empty-test}/proj.win32/HelloLua.vcxproj.filters (100%) rename tests/{lua-hello => lua-empty-test}/proj.win32/HelloLua.vcxproj.user (100%) rename tests/{lua-hello => lua-empty-test}/proj.win32/main.cpp (100%) rename tests/{lua-hello => lua-empty-test}/proj.win32/main.h (100%) diff --git a/tests/cpp-hello/.gitkeep b/tests/cpp-empty-test/.gitkeep similarity index 100% rename from tests/cpp-hello/.gitkeep rename to tests/cpp-empty-test/.gitkeep diff --git a/tests/cpp-hello/CMakeLists.txt b/tests/cpp-empty-test/CMakeLists.txt similarity index 100% rename from tests/cpp-hello/CMakeLists.txt rename to tests/cpp-empty-test/CMakeLists.txt diff --git a/tests/cpp-hello/Classes/AppDelegate.cpp b/tests/cpp-empty-test/Classes/AppDelegate.cpp similarity index 100% rename from tests/cpp-hello/Classes/AppDelegate.cpp rename to tests/cpp-empty-test/Classes/AppDelegate.cpp diff --git a/tests/cpp-hello/Classes/AppDelegate.h b/tests/cpp-empty-test/Classes/AppDelegate.h similarity index 100% rename from tests/cpp-hello/Classes/AppDelegate.h rename to tests/cpp-empty-test/Classes/AppDelegate.h diff --git a/tests/cpp-hello/Classes/AppMacros.h b/tests/cpp-empty-test/Classes/AppMacros.h similarity index 100% rename from tests/cpp-hello/Classes/AppMacros.h rename to tests/cpp-empty-test/Classes/AppMacros.h diff --git a/tests/cpp-hello/Classes/HelloWorldScene.cpp b/tests/cpp-empty-test/Classes/HelloWorldScene.cpp similarity index 100% rename from tests/cpp-hello/Classes/HelloWorldScene.cpp rename to tests/cpp-empty-test/Classes/HelloWorldScene.cpp diff --git a/tests/cpp-hello/Classes/HelloWorldScene.h b/tests/cpp-empty-test/Classes/HelloWorldScene.h similarity index 100% rename from tests/cpp-hello/Classes/HelloWorldScene.h rename to tests/cpp-empty-test/Classes/HelloWorldScene.h diff --git a/tests/cpp-hello/Resources/.gitignore b/tests/cpp-empty-test/Resources/.gitignore similarity index 100% rename from tests/cpp-hello/Resources/.gitignore rename to tests/cpp-empty-test/Resources/.gitignore diff --git a/tests/cpp-hello/Resources/ipad/HelloWorld.png.REMOVED.git-id b/tests/cpp-empty-test/Resources/ipad/HelloWorld.png.REMOVED.git-id similarity index 100% rename from tests/cpp-hello/Resources/ipad/HelloWorld.png.REMOVED.git-id rename to tests/cpp-empty-test/Resources/ipad/HelloWorld.png.REMOVED.git-id diff --git a/tests/cpp-hello/Resources/ipadhd/HelloWorld.png.REMOVED.git-id b/tests/cpp-empty-test/Resources/ipadhd/HelloWorld.png.REMOVED.git-id similarity index 100% rename from tests/cpp-hello/Resources/ipadhd/HelloWorld.png.REMOVED.git-id rename to tests/cpp-empty-test/Resources/ipadhd/HelloWorld.png.REMOVED.git-id diff --git a/tests/cpp-hello/Resources/iphone/HelloWorld.png.REMOVED.git-id b/tests/cpp-empty-test/Resources/iphone/HelloWorld.png.REMOVED.git-id similarity index 100% rename from tests/cpp-hello/Resources/iphone/HelloWorld.png.REMOVED.git-id rename to tests/cpp-empty-test/Resources/iphone/HelloWorld.png.REMOVED.git-id diff --git a/tests/cpp-hello/proj.android/.classpath b/tests/cpp-empty-test/proj.android/.classpath similarity index 100% rename from tests/cpp-hello/proj.android/.classpath rename to tests/cpp-empty-test/proj.android/.classpath diff --git a/tests/cpp-hello/proj.android/.project b/tests/cpp-empty-test/proj.android/.project similarity index 100% rename from tests/cpp-hello/proj.android/.project rename to tests/cpp-empty-test/proj.android/.project diff --git a/tests/cpp-hello/proj.android/.settings/org.eclipse.cdt.codan.core.prefs b/tests/cpp-empty-test/proj.android/.settings/org.eclipse.cdt.codan.core.prefs similarity index 100% rename from tests/cpp-hello/proj.android/.settings/org.eclipse.cdt.codan.core.prefs rename to tests/cpp-empty-test/proj.android/.settings/org.eclipse.cdt.codan.core.prefs diff --git a/tests/cpp-hello/proj.android/AndroidManifest.xml b/tests/cpp-empty-test/proj.android/AndroidManifest.xml similarity index 100% rename from tests/cpp-hello/proj.android/AndroidManifest.xml rename to tests/cpp-empty-test/proj.android/AndroidManifest.xml diff --git a/tests/cpp-hello/proj.android/README.md b/tests/cpp-empty-test/proj.android/README.md similarity index 100% rename from tests/cpp-hello/proj.android/README.md rename to tests/cpp-empty-test/proj.android/README.md diff --git a/tests/cpp-hello/proj.android/build.xml b/tests/cpp-empty-test/proj.android/build.xml similarity index 100% rename from tests/cpp-hello/proj.android/build.xml rename to tests/cpp-empty-test/proj.android/build.xml diff --git a/tests/cpp-hello/proj.android/jni/Android.mk b/tests/cpp-empty-test/proj.android/jni/Android.mk similarity index 100% rename from tests/cpp-hello/proj.android/jni/Android.mk rename to tests/cpp-empty-test/proj.android/jni/Android.mk diff --git a/tests/cpp-hello/proj.android/jni/Application.mk b/tests/cpp-empty-test/proj.android/jni/Application.mk similarity index 100% rename from tests/cpp-hello/proj.android/jni/Application.mk rename to tests/cpp-empty-test/proj.android/jni/Application.mk diff --git a/tests/cpp-hello/proj.android/jni/hellocpp/main.cpp b/tests/cpp-empty-test/proj.android/jni/hellocpp/main.cpp similarity index 100% rename from tests/cpp-hello/proj.android/jni/hellocpp/main.cpp rename to tests/cpp-empty-test/proj.android/jni/hellocpp/main.cpp diff --git a/tests/cpp-hello/proj.android/jni/list.sh b/tests/cpp-empty-test/proj.android/jni/list.sh similarity index 100% rename from tests/cpp-hello/proj.android/jni/list.sh rename to tests/cpp-empty-test/proj.android/jni/list.sh diff --git a/tests/cpp-hello/proj.android/ndkgdb.sh b/tests/cpp-empty-test/proj.android/ndkgdb.sh similarity index 100% rename from tests/cpp-hello/proj.android/ndkgdb.sh rename to tests/cpp-empty-test/proj.android/ndkgdb.sh diff --git a/tests/cpp-hello/proj.android/project.properties b/tests/cpp-empty-test/proj.android/project.properties similarity index 100% rename from tests/cpp-hello/proj.android/project.properties rename to tests/cpp-empty-test/proj.android/project.properties diff --git a/tests/cpp-hello/proj.android/res/values/strings.xml b/tests/cpp-empty-test/proj.android/res/values/strings.xml similarity index 100% rename from tests/cpp-hello/proj.android/res/values/strings.xml rename to tests/cpp-empty-test/proj.android/res/values/strings.xml diff --git a/tests/cpp-hello/proj.android/src/org/cocos2dx/hellocpp/Cocos2dxActivity.java b/tests/cpp-empty-test/proj.android/src/org/cocos2dx/hellocpp/Cocos2dxActivity.java similarity index 100% rename from tests/cpp-hello/proj.android/src/org/cocos2dx/hellocpp/Cocos2dxActivity.java rename to tests/cpp-empty-test/proj.android/src/org/cocos2dx/hellocpp/Cocos2dxActivity.java diff --git a/tests/cpp-hello/proj.ios/AppController.h b/tests/cpp-empty-test/proj.ios/AppController.h similarity index 100% rename from tests/cpp-hello/proj.ios/AppController.h rename to tests/cpp-empty-test/proj.ios/AppController.h diff --git a/tests/cpp-hello/proj.ios/AppController.mm b/tests/cpp-empty-test/proj.ios/AppController.mm similarity index 100% rename from tests/cpp-hello/proj.ios/AppController.mm rename to tests/cpp-empty-test/proj.ios/AppController.mm diff --git a/tests/cpp-hello/proj.ios/Default-568h@2x.png.REMOVED.git-id b/tests/cpp-empty-test/proj.ios/Default-568h@2x.png.REMOVED.git-id similarity index 100% rename from tests/cpp-hello/proj.ios/Default-568h@2x.png.REMOVED.git-id rename to tests/cpp-empty-test/proj.ios/Default-568h@2x.png.REMOVED.git-id diff --git a/tests/cpp-hello/proj.ios/Default@2x.png.REMOVED.git-id b/tests/cpp-empty-test/proj.ios/Default@2x.png.REMOVED.git-id similarity index 100% rename from tests/cpp-hello/proj.ios/Default@2x.png.REMOVED.git-id rename to tests/cpp-empty-test/proj.ios/Default@2x.png.REMOVED.git-id diff --git a/tests/cpp-hello/proj.ios/HelloCpp_Prefix.pch b/tests/cpp-empty-test/proj.ios/HelloCpp_Prefix.pch similarity index 100% rename from tests/cpp-hello/proj.ios/HelloCpp_Prefix.pch rename to tests/cpp-empty-test/proj.ios/HelloCpp_Prefix.pch diff --git a/tests/cpp-hello/proj.ios/RootViewController.h b/tests/cpp-empty-test/proj.ios/RootViewController.h similarity index 100% rename from tests/cpp-hello/proj.ios/RootViewController.h rename to tests/cpp-empty-test/proj.ios/RootViewController.h diff --git a/tests/cpp-hello/proj.ios/RootViewController.mm b/tests/cpp-empty-test/proj.ios/RootViewController.mm similarity index 100% rename from tests/cpp-hello/proj.ios/RootViewController.mm rename to tests/cpp-empty-test/proj.ios/RootViewController.mm diff --git a/tests/cpp-hello/proj.ios/main.m b/tests/cpp-empty-test/proj.ios/main.m similarity index 100% rename from tests/cpp-hello/proj.ios/main.m rename to tests/cpp-empty-test/proj.ios/main.m diff --git a/tests/cpp-hello/proj.linux/main.cpp b/tests/cpp-empty-test/proj.linux/main.cpp similarity index 100% rename from tests/cpp-hello/proj.linux/main.cpp rename to tests/cpp-empty-test/proj.linux/main.cpp diff --git a/tests/cpp-hello/proj.mac/HelloCpp_Prefix.pch b/tests/cpp-empty-test/proj.mac/HelloCpp_Prefix.pch similarity index 100% rename from tests/cpp-hello/proj.mac/HelloCpp_Prefix.pch rename to tests/cpp-empty-test/proj.mac/HelloCpp_Prefix.pch diff --git a/tests/cpp-hello/proj.mac/Icon.icns.REMOVED.git-id b/tests/cpp-empty-test/proj.mac/Icon.icns.REMOVED.git-id similarity index 100% rename from tests/cpp-hello/proj.mac/Icon.icns.REMOVED.git-id rename to tests/cpp-empty-test/proj.mac/Icon.icns.REMOVED.git-id diff --git a/tests/cpp-hello/proj.mac/en.lproj/InfoPlist.strings b/tests/cpp-empty-test/proj.mac/en.lproj/InfoPlist.strings similarity index 100% rename from tests/cpp-hello/proj.mac/en.lproj/InfoPlist.strings rename to tests/cpp-empty-test/proj.mac/en.lproj/InfoPlist.strings diff --git a/tests/cpp-hello/proj.mac/en.lproj/MainMenu.xib b/tests/cpp-empty-test/proj.mac/en.lproj/MainMenu.xib similarity index 100% rename from tests/cpp-hello/proj.mac/en.lproj/MainMenu.xib rename to tests/cpp-empty-test/proj.mac/en.lproj/MainMenu.xib diff --git a/tests/cpp-hello/proj.mac/main.cpp b/tests/cpp-empty-test/proj.mac/main.cpp similarity index 100% rename from tests/cpp-hello/proj.mac/main.cpp rename to tests/cpp-empty-test/proj.mac/main.cpp diff --git a/tests/cpp-hello/proj.win32/HelloCpp.vcxproj b/tests/cpp-empty-test/proj.win32/HelloCpp.vcxproj similarity index 100% rename from tests/cpp-hello/proj.win32/HelloCpp.vcxproj rename to tests/cpp-empty-test/proj.win32/HelloCpp.vcxproj diff --git a/tests/cpp-hello/proj.win32/HelloCpp.vcxproj.filters b/tests/cpp-empty-test/proj.win32/HelloCpp.vcxproj.filters similarity index 100% rename from tests/cpp-hello/proj.win32/HelloCpp.vcxproj.filters rename to tests/cpp-empty-test/proj.win32/HelloCpp.vcxproj.filters diff --git a/tests/cpp-hello/proj.win32/HelloCpp.vcxproj.user b/tests/cpp-empty-test/proj.win32/HelloCpp.vcxproj.user similarity index 100% rename from tests/cpp-hello/proj.win32/HelloCpp.vcxproj.user rename to tests/cpp-empty-test/proj.win32/HelloCpp.vcxproj.user diff --git a/tests/cpp-hello/proj.win32/main.cpp b/tests/cpp-empty-test/proj.win32/main.cpp similarity index 100% rename from tests/cpp-hello/proj.win32/main.cpp rename to tests/cpp-empty-test/proj.win32/main.cpp diff --git a/tests/cpp-hello/proj.win32/main.h b/tests/cpp-empty-test/proj.win32/main.h similarity index 100% rename from tests/cpp-hello/proj.win32/main.h rename to tests/cpp-empty-test/proj.win32/main.h diff --git a/tests/lua-hello/.gitkeep b/tests/lua-empty-test/.gitkeep similarity index 100% rename from tests/lua-hello/.gitkeep rename to tests/lua-empty-test/.gitkeep diff --git a/tests/lua-hello/CMakeLists.txt b/tests/lua-empty-test/CMakeLists.txt similarity index 100% rename from tests/lua-hello/CMakeLists.txt rename to tests/lua-empty-test/CMakeLists.txt diff --git a/tests/lua-hello/Classes/AppDelegate.cpp b/tests/lua-empty-test/Classes/AppDelegate.cpp similarity index 100% rename from tests/lua-hello/Classes/AppDelegate.cpp rename to tests/lua-empty-test/Classes/AppDelegate.cpp diff --git a/tests/lua-hello/Classes/AppDelegate.h b/tests/lua-empty-test/Classes/AppDelegate.h similarity index 100% rename from tests/lua-hello/Classes/AppDelegate.h rename to tests/lua-empty-test/Classes/AppDelegate.h diff --git a/tests/lua-hello/Resources/.gitignore b/tests/lua-empty-test/Resources/.gitignore similarity index 100% rename from tests/lua-hello/Resources/.gitignore rename to tests/lua-empty-test/Resources/.gitignore diff --git a/tests/lua-hello/Resources/background.mp3.REMOVED.git-id b/tests/lua-empty-test/Resources/background.mp3.REMOVED.git-id similarity index 100% rename from tests/lua-hello/Resources/background.mp3.REMOVED.git-id rename to tests/lua-empty-test/Resources/background.mp3.REMOVED.git-id diff --git a/tests/lua-hello/Resources/farm.jpg.REMOVED.git-id b/tests/lua-empty-test/Resources/farm.jpg.REMOVED.git-id similarity index 100% rename from tests/lua-hello/Resources/farm.jpg.REMOVED.git-id rename to tests/lua-empty-test/Resources/farm.jpg.REMOVED.git-id diff --git a/tests/lua-hello/Resources/hello.lua b/tests/lua-empty-test/Resources/hello.lua similarity index 100% rename from tests/lua-hello/Resources/hello.lua rename to tests/lua-empty-test/Resources/hello.lua diff --git a/tests/lua-hello/Resources/hello2.lua b/tests/lua-empty-test/Resources/hello2.lua similarity index 100% rename from tests/lua-hello/Resources/hello2.lua rename to tests/lua-empty-test/Resources/hello2.lua diff --git a/tests/lua-hello/Resources/mobdebug.lua b/tests/lua-empty-test/Resources/mobdebug.lua similarity index 100% rename from tests/lua-hello/Resources/mobdebug.lua rename to tests/lua-empty-test/Resources/mobdebug.lua diff --git a/tests/lua-hello/proj.android/.classpath b/tests/lua-empty-test/proj.android/.classpath similarity index 100% rename from tests/lua-hello/proj.android/.classpath rename to tests/lua-empty-test/proj.android/.classpath diff --git a/tests/lua-hello/proj.android/.externalToolBuilders/Javah_jni_builder.launch b/tests/lua-empty-test/proj.android/.externalToolBuilders/Javah_jni_builder.launch similarity index 100% rename from tests/lua-hello/proj.android/.externalToolBuilders/Javah_jni_builder.launch rename to tests/lua-empty-test/proj.android/.externalToolBuilders/Javah_jni_builder.launch diff --git a/tests/lua-hello/proj.android/.project b/tests/lua-empty-test/proj.android/.project similarity index 100% rename from tests/lua-hello/proj.android/.project rename to tests/lua-empty-test/proj.android/.project diff --git a/tests/lua-hello/proj.android/.settings/org.eclipse.cdt.codan.core.prefs b/tests/lua-empty-test/proj.android/.settings/org.eclipse.cdt.codan.core.prefs similarity index 100% rename from tests/lua-hello/proj.android/.settings/org.eclipse.cdt.codan.core.prefs rename to tests/lua-empty-test/proj.android/.settings/org.eclipse.cdt.codan.core.prefs diff --git a/tests/lua-hello/proj.android/AndroidManifest.xml b/tests/lua-empty-test/proj.android/AndroidManifest.xml similarity index 100% rename from tests/lua-hello/proj.android/AndroidManifest.xml rename to tests/lua-empty-test/proj.android/AndroidManifest.xml diff --git a/tests/lua-hello/proj.android/ant.properties b/tests/lua-empty-test/proj.android/ant.properties similarity index 100% rename from tests/lua-hello/proj.android/ant.properties rename to tests/lua-empty-test/proj.android/ant.properties diff --git a/tests/lua-hello/proj.android/build.xml b/tests/lua-empty-test/proj.android/build.xml similarity index 100% rename from tests/lua-hello/proj.android/build.xml rename to tests/lua-empty-test/proj.android/build.xml diff --git a/tests/lua-hello/proj.android/jni/Android.mk b/tests/lua-empty-test/proj.android/jni/Android.mk similarity index 100% rename from tests/lua-hello/proj.android/jni/Android.mk rename to tests/lua-empty-test/proj.android/jni/Android.mk diff --git a/tests/lua-hello/proj.android/jni/Application.mk b/tests/lua-empty-test/proj.android/jni/Application.mk similarity index 100% rename from tests/lua-hello/proj.android/jni/Application.mk rename to tests/lua-empty-test/proj.android/jni/Application.mk diff --git a/tests/lua-hello/proj.android/jni/hellolua/main.cpp b/tests/lua-empty-test/proj.android/jni/hellolua/main.cpp similarity index 100% rename from tests/lua-hello/proj.android/jni/hellolua/main.cpp rename to tests/lua-empty-test/proj.android/jni/hellolua/main.cpp diff --git a/tests/lua-hello/proj.android/proguard-project.txt b/tests/lua-empty-test/proj.android/proguard-project.txt similarity index 100% rename from tests/lua-hello/proj.android/proguard-project.txt rename to tests/lua-empty-test/proj.android/proguard-project.txt diff --git a/tests/lua-hello/proj.android/project.properties b/tests/lua-empty-test/proj.android/project.properties similarity index 100% rename from tests/lua-hello/proj.android/project.properties rename to tests/lua-empty-test/proj.android/project.properties diff --git a/tests/lua-hello/proj.android/res/values/strings.xml b/tests/lua-empty-test/proj.android/res/values/strings.xml similarity index 100% rename from tests/lua-hello/proj.android/res/values/strings.xml rename to tests/lua-empty-test/proj.android/res/values/strings.xml diff --git a/tests/lua-hello/proj.android/src/org/cocos2dx/hellolua/Cocos2dxActivity.java b/tests/lua-empty-test/proj.android/src/org/cocos2dx/hellolua/Cocos2dxActivity.java similarity index 100% rename from tests/lua-hello/proj.android/src/org/cocos2dx/hellolua/Cocos2dxActivity.java rename to tests/lua-empty-test/proj.android/src/org/cocos2dx/hellolua/Cocos2dxActivity.java diff --git a/tests/lua-hello/proj.ios/AppController.h b/tests/lua-empty-test/proj.ios/AppController.h similarity index 100% rename from tests/lua-hello/proj.ios/AppController.h rename to tests/lua-empty-test/proj.ios/AppController.h diff --git a/tests/lua-hello/proj.ios/AppController.mm b/tests/lua-empty-test/proj.ios/AppController.mm similarity index 100% rename from tests/lua-hello/proj.ios/AppController.mm rename to tests/lua-empty-test/proj.ios/AppController.mm diff --git a/tests/lua-hello/proj.ios/Default-568h@2x.png.REMOVED.git-id b/tests/lua-empty-test/proj.ios/Default-568h@2x.png.REMOVED.git-id similarity index 100% rename from tests/lua-hello/proj.ios/Default-568h@2x.png.REMOVED.git-id rename to tests/lua-empty-test/proj.ios/Default-568h@2x.png.REMOVED.git-id diff --git a/tests/lua-hello/proj.ios/Default@2x.png.REMOVED.git-id b/tests/lua-empty-test/proj.ios/Default@2x.png.REMOVED.git-id similarity index 100% rename from tests/lua-hello/proj.ios/Default@2x.png.REMOVED.git-id rename to tests/lua-empty-test/proj.ios/Default@2x.png.REMOVED.git-id diff --git a/tests/lua-hello/proj.ios/HelloLua_Prefix.pch b/tests/lua-empty-test/proj.ios/HelloLua_Prefix.pch similarity index 100% rename from tests/lua-hello/proj.ios/HelloLua_Prefix.pch rename to tests/lua-empty-test/proj.ios/HelloLua_Prefix.pch diff --git a/tests/lua-hello/proj.ios/RootViewController.h b/tests/lua-empty-test/proj.ios/RootViewController.h similarity index 100% rename from tests/lua-hello/proj.ios/RootViewController.h rename to tests/lua-empty-test/proj.ios/RootViewController.h diff --git a/tests/lua-hello/proj.ios/RootViewController.mm b/tests/lua-empty-test/proj.ios/RootViewController.mm similarity index 100% rename from tests/lua-hello/proj.ios/RootViewController.mm rename to tests/lua-empty-test/proj.ios/RootViewController.mm diff --git a/tests/lua-hello/proj.ios/main.m b/tests/lua-empty-test/proj.ios/main.m similarity index 100% rename from tests/lua-hello/proj.ios/main.m rename to tests/lua-empty-test/proj.ios/main.m diff --git a/tests/lua-hello/proj.linux/main.cpp b/tests/lua-empty-test/proj.linux/main.cpp similarity index 100% rename from tests/lua-hello/proj.linux/main.cpp rename to tests/lua-empty-test/proj.linux/main.cpp diff --git a/tests/lua-hello/proj.mac/HelloLua_Prefix.pch b/tests/lua-empty-test/proj.mac/HelloLua_Prefix.pch similarity index 100% rename from tests/lua-hello/proj.mac/HelloLua_Prefix.pch rename to tests/lua-empty-test/proj.mac/HelloLua_Prefix.pch diff --git a/tests/lua-hello/proj.mac/Icon.icns.REMOVED.git-id b/tests/lua-empty-test/proj.mac/Icon.icns.REMOVED.git-id similarity index 100% rename from tests/lua-hello/proj.mac/Icon.icns.REMOVED.git-id rename to tests/lua-empty-test/proj.mac/Icon.icns.REMOVED.git-id diff --git a/tests/lua-hello/proj.mac/en.lproj/InfoPlist.strings b/tests/lua-empty-test/proj.mac/en.lproj/InfoPlist.strings similarity index 100% rename from tests/lua-hello/proj.mac/en.lproj/InfoPlist.strings rename to tests/lua-empty-test/proj.mac/en.lproj/InfoPlist.strings diff --git a/tests/lua-hello/proj.mac/en.lproj/MainMenu.xib b/tests/lua-empty-test/proj.mac/en.lproj/MainMenu.xib similarity index 100% rename from tests/lua-hello/proj.mac/en.lproj/MainMenu.xib rename to tests/lua-empty-test/proj.mac/en.lproj/MainMenu.xib diff --git a/tests/lua-hello/proj.mac/main.cpp b/tests/lua-empty-test/proj.mac/main.cpp similarity index 100% rename from tests/lua-hello/proj.mac/main.cpp rename to tests/lua-empty-test/proj.mac/main.cpp diff --git a/tests/lua-hello/proj.win32/HelloLua.vcxproj b/tests/lua-empty-test/proj.win32/HelloLua.vcxproj similarity index 100% rename from tests/lua-hello/proj.win32/HelloLua.vcxproj rename to tests/lua-empty-test/proj.win32/HelloLua.vcxproj diff --git a/tests/lua-hello/proj.win32/HelloLua.vcxproj.filters b/tests/lua-empty-test/proj.win32/HelloLua.vcxproj.filters similarity index 100% rename from tests/lua-hello/proj.win32/HelloLua.vcxproj.filters rename to tests/lua-empty-test/proj.win32/HelloLua.vcxproj.filters diff --git a/tests/lua-hello/proj.win32/HelloLua.vcxproj.user b/tests/lua-empty-test/proj.win32/HelloLua.vcxproj.user similarity index 100% rename from tests/lua-hello/proj.win32/HelloLua.vcxproj.user rename to tests/lua-empty-test/proj.win32/HelloLua.vcxproj.user diff --git a/tests/lua-hello/proj.win32/main.cpp b/tests/lua-empty-test/proj.win32/main.cpp similarity index 100% rename from tests/lua-hello/proj.win32/main.cpp rename to tests/lua-empty-test/proj.win32/main.cpp diff --git a/tests/lua-hello/proj.win32/main.h b/tests/lua-empty-test/proj.win32/main.h similarity index 100% rename from tests/lua-hello/proj.win32/main.h rename to tests/lua-empty-test/proj.win32/main.h