From 276f18712a7960ad5b94673ea0b5f6988f050439 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Thu, 12 Oct 2017 10:44:46 +0100 Subject: [PATCH] Tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6eeba4d..65bae98 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,4 +7,4 @@ build_script: - cd build - cmake .. - cmake --build . - - tests.exe + - C:\projects\monadic-optional\build\Debug\tests.exe