SITL: remove config_sitl_rcS_dir

Not needed anymore
This commit is contained in:
Beat Küng
2018-08-31 17:20:36 +02:00
committed by Daniel Agar
parent 47094aa1f8
commit e26bfd2e79
5 changed files with 8 additions and 23 deletions

View File

@@ -10,7 +10,6 @@ add_custom_target(logs_symlink DEPENDS ${PX4_BINARY_DIR}/logs)
add_custom_target(run_config
COMMAND Tools/sitl_run.sh
$<TARGET_FILE:px4>
${config_sitl_rcS_dir}
${config_sitl_debugger}
${config_sitl_viewer}
${config_sitl_model}
@@ -69,7 +68,6 @@ foreach(viewer ${viewers})
add_custom_target(${_targ_name}
COMMAND ${PX4_SOURCE_DIR}/Tools/sitl_run.sh
$<TARGET_FILE:px4>
${config_sitl_rcS_dir}
${debugger}
${viewer}
${model}

View File

@@ -49,7 +49,6 @@ foreach(test_name ${tests})
add_test(NAME ${test_name}
COMMAND ${PX4_SOURCE_DIR}/Tools/sitl_run.sh
$<TARGET_FILE:px4>
posix-configs/SITL/init/test
none
none
test_${test_name}_generated
@@ -66,7 +65,6 @@ endforeach()
add_test(NAME mavlink
COMMAND ${PX4_SOURCE_DIR}/Tools/sitl_run.sh
$<TARGET_FILE:px4>
posix-configs/SITL/init/test
none
none
test_mavlink
@@ -92,7 +90,6 @@ foreach(cmd_name ${test_cmds})
add_test(NAME posix_${cmd_name}
COMMAND ${PX4_SOURCE_DIR}/Tools/sitl_run.sh
$<TARGET_FILE:px4>
posix-configs/SITL/init/test
none
none
cmd_${cmd_name}_generated