Parent

Test

An executable binary file used for testing

Public Class Methods

new(options) click to toggle source
# File lib/makeconf/test.rb, line 4
def initialize(options)
  super(options)

  @installable = false
  @distributable = false


  # Assume that unit tests should be debuggable
  @cflags.push('-g', '-O0') unless Platform.is_windows?
end

Public Instance Methods

compile(cc) click to toggle source
# File lib/makeconf/androidproject.rb, line 375
def compile(cc)
end
install(installer) click to toggle source
# File lib/makeconf/test.rb, line 24
def install(installer)
  # Test programs do not get installed
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.