From fe410fa23971f1684c713ed2b6c5b17019161d7d Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 7 Aug 2015 19:42:23 +0200 Subject: [tests] Set timezone for running tests so that the tests run with a consistent environment. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e455ec02..2516b530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ set(Ledger_VERSION_PATCH 1) set(Ledger_VERSION_PRERELEASE "-alpha.1") set(Ledger_VERSION_DATE 20141005) +set(Ledger_TEST_TIMEZONE "America/Chicago") + # Point CMake at any custom modules we may ship list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") -- cgit v1.2.3