mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestAES.cpp
 | |
|     TestBigInteger.cpp
 | |
|     TestChecksum.cpp
 | |
|     TestChaCha20.cpp
 | |
|     TestCurves.cpp
 | |
|     TestEd25519.cpp
 | |
|     TestHash.cpp
 | |
|     TestHMAC.cpp
 | |
|     TestPoly1305.cpp
 | |
|     TestRSA.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibCrypto LIBS LibCrypto)
 | |
| endforeach()
 | 
