From 076d42280e67898600fb79c2975fd4be82363b6e Mon Sep 17 00:00:00 2001 From: Xpol Wan Date: Tue, 5 Jul 2016 11:41:41 +0800 Subject: [PATCH] Update test location. --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2cafb661..b585531d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,6 @@ init: [] install: [] before_build: - git submodule update --init --recursive -- echo cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSHARED=%SHARED% -DSTATIC=%STATIC% -DTESTS=ON - cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSHARED=%SHARED% -DSTATIC=%STATIC% -DTESTS=ON build: @@ -24,4 +23,4 @@ build: verbosity: minimal test_script: -- bin\xlnt.test.exe +- build\bin\xlnt.test.exe