Index: README.md |
diff --git a/README.md b/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e0aa0bb1c12b5ea7b4140584e9a1e20342e012f1 |
--- /dev/null |
+++ b/README.md |
@@ -0,0 +1,13 @@ |
+Skia-Buildbot Repository |
+======================== |
+ |
+This repo contains infrastructure code for Skia. |
+ |
+ |
+Database Setup for Testing |
+========================== |
+Tests which use the database package's LocalTestDatabaseConfig require you to |
+have a MySQL instance running with a database named "sk_testing" and a user |
+called "test_user" which has permission to modify "sk_testing". The |
+setup_test_db script is included in go/database for convenience in setting up |
+this test database and user. |