Class: L::Test::TargetTestExecutable

Inherits:
R::TargetGenerator show all
Defined in:
lib/rub/l/test.rb

Instance Attribute Summary

Attributes inherited from R::TargetGenerator

#action

Attributes inherited from R::TargetSmart

#input, #output

Instance Method Summary collapse

Methods inherited from R::TargetGenerator

#add_cmd, #add_cmds, #build_self, #hash_input, #initialize

Methods inherited from R::TargetSmart

#clean, #clean?, #initialize

Methods inherited from R::Target

#clean?, #description, #hash_input, #hash_output, #hash_outputs, #hash_self, #input, #output, #register

Constructor Details

This class inherits a constructor from R::TargetGenerator

Instance Method Details

#buildObject



242
243
244
245
246
# File 'lib/rub/l/test.rb', line 242

def build
	build_dependancies
	
	R::run(@cmd[0], "#@action #{@output.to_a.join", "}") or exit 1
end