blob: d4aa84efd5e26d9c6ec830897360b58283694096 [file] [log] [blame]
# RUN: python %s
import zorg
from zorg.buildbot.builders import ClangBuilder, LLVMBuilder, LLVMGCCBuilder
from zorg.buildbot.builders import NightlytestBuilder
from zorg.buildbot.builders import SanitizerBuilder
# Just check that we can instantiate the build factors, what else can we do?
print ClangBuilder.getClangBuildFactory()
print LLVMBuilder.getLLVMBuildFactory()
print LLVMGCCBuilder.getLLVMGCCBuildFactory()
print NightlytestBuilder.getFastNightlyTestBuildFactory('x86_64-apple-darwin10')
print SanitizerBuilder.getSanitizerBuildFactory()