2016-04-03 07:14:54 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <cstdio>
|
|
|
|
#include <fstream>
|
|
|
|
#include <string>
|
|
|
|
#include <ostream>
|
|
|
|
#include <chrono>
|
|
|
|
#include <exception>
|
|
|
|
|
|
|
|
#include "catch.hpp"
|
|
|
|
#include "utils.h"
|
|
|
|
|
|
|
|
#include "../include/spdlog/spdlog.h"
|
|
|
|
#include "../include/spdlog/sinks/null_sink.h"
|
2016-04-15 04:33:51 +08:00
|
|
|
#include "../include/spdlog/sinks/ostream_sink.h"
|
2016-04-03 07:14:54 +08:00
|
|
|
|