mirror of
				https://github.com/red0124/ssp.git
				synced 2025-10-30 21:06:44 +01:00 
			
		
		
		
	Fix include paths in tests
This commit is contained in:
		
							parent
							
								
									d31c545d23
								
							
						
					
					
						commit
						8fdd796bdb
					
				| @ -1,5 +1,5 @@ | ||||
| #include "../include/ss/converter.hpp" | ||||
| #include "doctest.h" | ||||
| #include <ss/converter.hpp> | ||||
| #include <doctest/doctest.h> | ||||
| #include <algorithm> | ||||
| 
 | ||||
| TEST_CASE("testing split") { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| #include "../include/ss/extract.hpp" | ||||
| #include "doctest.h" | ||||
| #include <ss/extract.hpp> | ||||
| #include <doctest/doctest.h> | ||||
| #include <algorithm> | ||||
| 
 | ||||
| constexpr auto eps = 0.000001; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| #include "../include/ss/parser.hpp" | ||||
| #include "doctest.h" | ||||
| #include <ss/parser.hpp> | ||||
| #include <doctest/doctest.h> | ||||
| #include <algorithm> | ||||
| #include <filesystem> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 friendlyanon
						friendlyanon