From 0e2f0c4edce364ced6cd32d8fe72d5b4d9f0ef45 Mon Sep 17 00:00:00 2001
From: Chris Kitching <chriskitching@linux.com>
Date: Wed, 11 May 2016 02:06:33 +0100
Subject: [PATCH] Repair appveyor... Horrifyingly

It's sort of gnarly that it's still doing in-tree builds, but I
really, _really_ don't want to get any more friendly with CMake's
Visual Studio generator to work out how to make it stop doing it.

In-tree builds still work, after all, and the goal of this work is
to make out-of-tree builds work as well. Notional horrors like
this will have to wait ;)
---
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index aaf9c5f1..63902ced 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,5 +7,5 @@ build_script:
 - cmake . -G "Visual Studio 14 2015"
 - cmake --build . --config Release
 test_script:
-- Release\json_unit.exe
-- Release\json_unit.exe "*"
+- test\Release\json_unit.exe
+- test\Release\json_unit.exe "*"