From 780dab6977f38ea6bba9d67a4ca087ff09b89e3b Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 29 Apr 2018 01:34:36 +0300 Subject: [PATCH] Fixed tests --- tests/includes.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tests/includes.h b/tests/includes.h index 365dd773..29e4cdd2 100644 --- a/tests/includes.h +++ b/tests/includes.h @@ -12,8 +12,12 @@ #define SPDLOG_TRACE_ON #define SPDLOG_DEBUG_ON -#include "../include/spdlog/async.h" -#include "../include/spdlog/sinks/file_sinks.h" -#include "../include/spdlog/sinks/null_sink.h" -#include "../include/spdlog/sinks/ostream_sink.h" -#include "../include/spdlog/spdlog.h" + +#include "spdlog/async.h" +#include "spdlog/sinks/simple_file_sink.h" +#include "spdlog/sinks/stdout_color_sinks.h" +#include "spdlog/sinks/daily_file_sink.h" +#include "spdlog/sinks/rotating_file_sink.h" +#include "spdlog/sinks/null_sink.h" +#include "spdlog/sinks/ostream_sink.h" +#include "spdlog/spdlog.h"