mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	 8b95423b50
			
		
	
	
		8b95423b50
		
	
	
	
	
		
			
			This class parses UNIX file permissions definitions in numeric (octal) or symbolic (ugoa+rwx) format and can apply them on a given file mode.
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			483 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			483 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestLibCoreArgsParser.cpp
 | |
|     TestLibCoreFileWatcher.cpp
 | |
|     TestLibCoreIODevice.cpp
 | |
|     TestLibCoreDeferredInvoke.cpp
 | |
|     TestLibCoreStream.cpp
 | |
|     TestLibCoreFilePermissionsMask.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibCore)
 | |
| endforeach()
 | |
| 
 | |
| # NOTE: Required because of the LocalServer tests
 | |
| target_link_libraries(TestLibCoreStream LibThreading)
 | |
| 
 | |
| install(FILES long_lines.txt 10kb.txt small.txt DESTINATION usr/Tests/LibCore)
 |