mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-10-31 16:16:32 +01:00 
			
		
		
		
	add a clean target for the memory corruption tests
This commit is contained in:
		
							parent
							
								
									805bdc6087
								
							
						
					
					
						commit
						aaa4eeca4d
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| all: \ | EXECUTABLES := \
 | ||||||
|     double_free_large \
 |     double_free_large \
 | ||||||
|     double_free_small \
 |     double_free_small \
 | ||||||
|     unaligned_free_large \
 |     unaligned_free_large \
 | ||||||
|  | @ -16,3 +16,8 @@ all: \ | ||||||
|     uninitialized_free \
 |     uninitialized_free \
 | ||||||
|     uninitialized_realloc \
 |     uninitialized_realloc \
 | ||||||
|     uninitialized_malloc_usable_size \
 |     uninitialized_malloc_usable_size \
 | ||||||
|  | 
 | ||||||
|  | all: $(EXECUTABLES) | ||||||
|  | 
 | ||||||
|  | clean: | ||||||
|  | 	rm -f $(EXECUTABLES) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue