Module: Syskit::Test::RobyAppHelpers

Includes:
Roby::Test::RobyAppHelpers
Defined in:
lib/syskit/test/roby_app_helpers.rb

Overview

Helpers to test a full Roby app started as a subprocess

Instance Method Summary collapse

Instance Method Details

#gen_appObject



9
10
11
12
# File 'lib/syskit/test/roby_app_helpers.rb', line 9

def gen_app
    require 'syskit/cli/gen_main'
    Dir.chdir(app_dir) { CLI::GenMain.start(['app', '--quiet']) }
end