blob: 65bb01c9ccb068c01b4631473dc03d2321e6133a [file] [log] [blame]
Daniel Dunbarbd63ac22009-07-17 17:02:04 +00001Zorg - LLVM Testing Infrastructure
2==================================
3
Daniel Dunbare4a51242012-05-02 19:48:32 +00004This directory and its subdirectories contain Zorg, the testing infrastructure
5for LLVM.
Daniel Dunbarbd63ac22009-07-17 17:02:04 +00006
7LLVM is open source software. You may freely distribute it under the terms of
8the license agreement found in LICENSE.txt.
9
10Zorg consists of several pieces:
Daniel Dunbare4a51242012-05-02 19:48:32 +000011 1. Buildbot configurations for LLVM.
Daniel Dunbarbd63ac22009-07-17 17:02:04 +000012
Daniel Dunbare4a51242012-05-02 19:48:32 +000013 2. Other testing utility scripts.
Daniel Dunbarbd63ac22009-07-17 17:02:04 +000014
15Zorg is primarily implemented in Python, and has the following layout:
16 $ROOT/buildbot/ - Buildbot configurations.
17 $ROOT/zorg/ - The root zorg Python module.
Daniel Dunbar72bc0272009-08-06 21:29:26 +000018 $ROOT/zorg/buildbot/ - Reusable components for buildbot configurations.