blob: a657a5535afd3d1b29261f9a63a6d52a8598ce50 [file] [log] [blame] [edit]
# 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.getClangCMakeBuildFactory())
print(SanitizerBuilder.getSanitizerBuildFactory())