mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	Tests: Build automatically, fix compilation errors
This commit is contained in:
		
							parent
							
								
									538b985487
								
							
						
					
					
						commit
						29eceebdbf
					
				
					 21 changed files with 31 additions and 1 deletions
				
			
		|  | @ -1,21 +0,0 @@ | |||
| #include <pthread.h> | ||||
| #include <stdio.h> | ||||
| #include <sys/select.h> | ||||
| #include <unistd.h> | ||||
| 
 | ||||
| int main(int, char**) | ||||
| { | ||||
|     pthread_t tid; | ||||
|     pthread_create( | ||||
|         &tid, nullptr, [](void*) -> void* { | ||||
|             sleep(1); | ||||
|             asm volatile("ud2"); | ||||
|             return nullptr; | ||||
|         }, | ||||
|         nullptr); | ||||
| 
 | ||||
|     pthread_join(tid, nullptr); | ||||
| 
 | ||||
|     printf("ok\n"); | ||||
|     return 0; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ben Wiederhake
						Ben Wiederhake