mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	Generate option-on and option-off cases for test_suite_config, for all boolean options (MBEDTLS_xxx and PSA_WANT_xxx, collected from the mbedtls and PSA config files). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @rem Generate automatically-generated configuration-independent source files
 | |
| @rem and build scripts.
 | |
| @rem Perl and Python 3 must be on the PATH.
 | |
| @rem psa_crypto_driver_wrappers.h needs to be generated prior to
 | |
| @rem generate_visualc_files.pl being invoked.
 | |
| python scripts\generate_driver_wrappers.py || exit /b 1
 | |
| perl scripts\generate_errors.pl || exit /b 1
 | |
| perl scripts\generate_query_config.pl || exit /b 1
 | |
| perl scripts\generate_features.pl || exit /b 1
 | |
| python scripts\generate_ssl_debug_helpers.py || exit /b 1
 | |
| perl scripts\generate_visualc_files.pl || exit /b 1
 | |
| python scripts\generate_psa_constants.py || exit /b 1
 | |
| python framework\scripts\generate_bignum_tests.py || exit /b 1
 | |
| python framework\scripts\generate_config_tests.py || exit /b 1
 | |
| python framework\scripts\generate_ecp_tests.py || exit /b 1
 | |
| python framework\scripts\generate_psa_tests.py || exit /b 1
 | |
| python framework\scripts\generate_test_keys.py --output tests\src\test_keys.h || exit /b 1
 | |
| python framework\scripts\generate_test_cert_macros.py --output tests\src\test_certs.h || exit /b 1
 |