Added unit tests (catch based)

This commit is contained in:
gabime
2015-05-15 20:30:37 +03:00
parent 056352cf42
commit 2f81e54568
10 changed files with 9832 additions and 0 deletions

10
tests/includes.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include <cstdio>
#include <fstream>
#include <string>
#include <ostream>
#include <chrono>
#include "catch.hpp"
#include "../include/spdlog/spdlog.h"
#include "../include/spdlog/sinks/null_sink.h"