6 lines
		
	
	
		
			159 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			159 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
 | 
						|
include ../lib.mk
 | 
						|
 | 
						|
TEST_PROGS := test_smoke.sh test_space.sh
 | 
						|
TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
 |