From dcc9d13374185a1258669602a355b50b7327dbd4 Mon Sep 17 00:00:00 2001
From: Kenton Varda <kenton@sandstorm.io>
Date: Thu, 27 Apr 2017 21:52:07 -0700
Subject: [PATCH] Add mega-test config for Kenton's home machine.

This is currently passing.
---
 mega-test-kenton-home.cfg | 6 ++++++
 mega-test.cfg             | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 mega-test-kenton-home.cfg
 delete mode 100644 mega-test.cfg

diff --git a/mega-test-kenton-home.cfg b/mega-test-kenton-home.cfg
new file mode 100644
index 00000000..ae7587a3
--- /dev/null
+++ b/mega-test-kenton-home.cfg
@@ -0,0 +1,6 @@
+linux-gcc-4.9      9752 ./super-test.sh tmpdir capnp-gcc-4.9 -j8 gcc-4.9
+linux-gcc          9754 ./super-test.sh tmpdir capnp-gcc -j8
+linux-clang-3.5    9889 ./super-test.sh tmpdir capnp-clang-3.5 -j8 compiler clang++-3.5
+linux-clang-5.0    9892 ./super-test.sh tmpdir capnp-clang-5.0 -j8 compiler clang++-5.0
+mac                7064 ./super-test.sh remote beat caffeinate
+cygwin             8500 ./super-test.sh remote Kenton@flashman
diff --git a/mega-test.cfg b/mega-test.cfg
deleted file mode 100644
index 178b0d87..00000000
--- a/mega-test.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-linux-gcc-4.9     10518 ./super-test.sh tmpdir capnp-gcc-4.9 gcc-4.9
-linux-gcc-4.8      9801 ./super-test.sh tmpdir capnp-gcc-4.8 gcc-4.8
-linux-clang       10616 ./super-test.sh tmpdir capnp-clang clang
-mac                7937 ./super-test.sh remote beat caffeinate
-cygwin             9050 ./super-test.sh remote Kenton@flashman
-exotic             5581 ./super-test.sh tmpdir exotic exotic
-- 
2.18.0