mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:52:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestCSSIDSpeed.cpp
 | |
|     TestCSSPixels.cpp
 | |
|     TestHTMLTokenizer.cpp
 | |
|     TestMicrosyntax.cpp
 | |
|     TestMimeSniff.cpp
 | |
|     TestNumbers.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibWeb LIBS LibWeb)
 | |
| endforeach()
 | |
| 
 | |
| install(FILES tokenizer-test.html DESTINATION usr/Tests/LibWeb)
 | 
