Daniel Dunbar | bd63ac2 | 2009-07-17 17:02:04 +0000 | [diff] [blame] | 1 | Zorg - LLVM Testing Infrastructure |
| 2 | ================================== |
| 3 | |
Daniel Dunbar | e4a5124 | 2012-05-02 19:48:32 +0000 | [diff] [blame] | 4 | This directory and its subdirectories contain Zorg, the testing infrastructure |
| 5 | for LLVM. |
Daniel Dunbar | bd63ac2 | 2009-07-17 17:02:04 +0000 | [diff] [blame] | 6 | |
| 7 | LLVM is open source software. You may freely distribute it under the terms of |
| 8 | the license agreement found in LICENSE.txt. |
| 9 | |
| 10 | Zorg consists of several pieces: |
Daniel Dunbar | e4a5124 | 2012-05-02 19:48:32 +0000 | [diff] [blame] | 11 | 1. Buildbot configurations for LLVM. |
Daniel Dunbar | bd63ac2 | 2009-07-17 17:02:04 +0000 | [diff] [blame] | 12 | |
Daniel Dunbar | e4a5124 | 2012-05-02 19:48:32 +0000 | [diff] [blame] | 13 | 2. Other testing utility scripts. |
Daniel Dunbar | bd63ac2 | 2009-07-17 17:02:04 +0000 | [diff] [blame] | 14 | |
| 15 | Zorg is primarily implemented in Python, and has the following layout: |
| 16 | $ROOT/buildbot/ - Buildbot configurations. |
| 17 | $ROOT/zorg/ - The root zorg Python module. |
Daniel Dunbar | 72bc027 | 2009-08-06 21:29:26 +0000 | [diff] [blame] | 18 | $ROOT/zorg/buildbot/ - Reusable components for buildbot configurations. |