mirror of
				https://github.com/red0124/ssp.git
				synced 2025-10-31 05:06:46 +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 <ss/converter.hpp> | ||||||
| #include "doctest.h" | #include <doctest/doctest.h> | ||||||
| #include <algorithm> | #include <algorithm> | ||||||
| 
 | 
 | ||||||
| TEST_CASE("testing split") { | TEST_CASE("testing split") { | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| #include "../include/ss/extract.hpp" | #include <ss/extract.hpp> | ||||||
| #include "doctest.h" | #include <doctest/doctest.h> | ||||||
| #include <algorithm> | #include <algorithm> | ||||||
| 
 | 
 | ||||||
| constexpr auto eps = 0.000001; | constexpr auto eps = 0.000001; | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| #include "../include/ss/parser.hpp" | #include <ss/parser.hpp> | ||||||
| #include "doctest.h" | #include <doctest/doctest.h> | ||||||
| #include <algorithm> | #include <algorithm> | ||||||
| #include <filesystem> | #include <filesystem> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 friendlyanon
						friendlyanon