# File lib/makeconf/test.rb, line 4definitialize(options)
super(options)
@installable = false@distributable = false# Assume that unit tests should be debuggable@cflags.push('-g', '-O0') unlessPlatform.is_windows?end
Public Instance Methods
compile(cc)click to toggle source
# File lib/makeconf/androidproject.rb, line 375defcompile(cc)
end
install(installer)click to toggle source
# File lib/makeconf/test.rb, line 24definstall(installer)
# Test programs do not get installedend
link(ld)click to toggle source
# File lib/makeconf/androidproject.rb, line 377deflink(ld)
end