13 lines
439 B
XML
Executable File
13 lines
439 B
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder"
|
|
test_name ="ping"
|
|
test_description ="simple script test"
|
|
subproject ="$(test_name)_rb"
|
|
executable ="ruby.exe"
|
|
tools_folder ="lib\util"
|
|
tools_script_name ="$(test_name).rb"
|
|
tools_script_args ="--ip_address=10.11.20.225 --retries=10"
|
|
>
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_project_dual.xml"/>
|
|
</cb:scope>
|
|
|