blob: c019766b5074e41c0960db648bda731314c2eef9 [file] [log] [blame]
# RUN: python %s
import zorg
from zorg.buildbot.builders import ClangBuilder
from zorg.buildbot.builders import SanitizerBuilder
# Just check that we can instantiate the build factors, what else can we do?
print ClangBuilder.getClangBuildFactory()
print SanitizerBuilder.getSanitizerBuildFactory()