You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/tests/includes.h

20 lines
437 B
C

9 years ago
#pragma once
8 years ago
#include "catch.hpp"
#include "utils.h"
#include <chrono>
9 years ago
#include <cstdio>
8 years ago
#include <exception>
9 years ago
#include <fstream>
#include <ostream>
8 years ago
#include <string>
9 years ago
8 years ago
#define SPDLOG_TRACE_ON
#define SPDLOG_DEBUG_ON
#include "../include/spdlog/async.h"
7 years ago
#include "../include/spdlog/sinks/file_sinks.h"
#include "../include/spdlog/sinks/null_sink.h"
9 years ago
#include "../include/spdlog/sinks/ostream_sink.h"
#include "../include/spdlog/spdlog.h"