mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	 81aa601637
			
		
	
	
		81aa601637
		
	
	
	
	
		
			
			This was not used or maintained, and relied on InProcessWebView which we need to get rid of.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestHTMLTokenizer.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibWeb LIBS LibWeb)
 | |
| endforeach()
 | |
| 
 | |
| install(FILES tokenizer-test.html DESTINATION usr/Tests/LibWeb)
 |