Added unit tests (catch based)
This commit is contained in:
		
							
								
								
									
										10
									
								
								tests/includes.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								tests/includes.h
									
									
									
									
									
										Normal 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"
 | 
			
		||||
		Reference in New Issue
	
	Block a user