From 901d5cd0a736271b1782d7e52674438811ba4850 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Thu, 12 Oct 2017 10:39:09 +0100 Subject: [PATCH] Tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c066679..6eeba4d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,4 +7,4 @@ build_script: - cd build - cmake .. - cmake --build . - - test.exe + - tests.exe