mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:12:44 +00:00 
			
		
		
		
	 cdaa179eeb
			
		
	
	
		cdaa179eeb
		
	
	
	
	
		
			
			The recently introduced read buffer in IODevice broke relative seeking. The amount of data in the buffer wouldn't get taken into account.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestLibCoreArgsParser.cpp
 | |
|     TestLibCoreFileWatcher.cpp
 | |
|     TestLibCoreIODevice.cpp
 | |
|     TestLibCoreDeferredInvoke.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibCore)
 | |
| endforeach()
 | |
| 
 | |
| install(FILES long_lines.txt 10kb.txt DESTINATION usr/Tests/LibCore)
 |