Solve the error when run tests projects with `cocos run`.

This commit is contained in:
Bin Zhang 2015-06-24 15:33:13 +08:00
parent fb852046e1
commit c9c212d0e1
6 changed files with 11 additions and 6 deletions

View File

@ -3,7 +3,8 @@
"project_path": "../../build",
"sln_file": "cocos2d-win32.sln",
"project_name": "cpp-empty-test",
"build_cfg_path": "proj.win32"
"build_cfg_path": "proj.win32",
"exe_out_dir": "cpp-empty-test"
},
"linux_cfg": {
"project_path": "proj.linux",

View File

@ -3,7 +3,8 @@
"project_path": "../../build",
"sln_file": "cocos2d-win32.sln",
"project_name": "cpp-tests",
"build_cfg_path": "proj.win32"
"build_cfg_path": "proj.win32",
"exe_out_dir": "cpp-tests"
},
"linux_cfg": {
"project_path": "proj.linux",

View File

@ -5,7 +5,8 @@
"project_path": "../../build",
"sln_file": "cocos2d-js-win32.sln",
"project_name": "js-tests",
"build_cfg_path": "project/proj.win32"
"build_cfg_path": "project/proj.win32",
"exe_out_dir": "js-tests"
},
"ios_cfg": {
"project_path": "../../build",

View File

@ -3,7 +3,8 @@
"project_path": "../../build",
"sln_file": "cocos2d-win32.sln",
"project_name": "lua-empty-test",
"build_cfg_path": "project/proj.win32"
"build_cfg_path": "project/proj.win32",
"exe_out_dir": "lua-empty-test"
},
"linux_cfg": {
"project_path": "project/proj.linux",

View File

@ -3,7 +3,8 @@
"project_path": "../../build",
"sln_file": "cocos2d-win32.sln",
"project_name": "lua-tests",
"build_cfg_path": "project/proj.win32"
"build_cfg_path": "project/proj.win32",
"exe_out_dir": "lua-tests"
},
"linux_cfg": {
"project_path": "project/proj.linux",

@ -1 +1 @@
Subproject commit 24ff2f151e6ebdb6cd94ce4157cb00983f911958
Subproject commit 79d220cb052372cde4868b6d0cc332a89e4fbc03