mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-29 18:52:30 +00:00 
			
		
		
		
	Add run-test.sh too
This commit is contained in:
		
							parent
							
								
									a4f641f230
								
							
						
					
					
						commit
						13ecd8b0df
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								tests/ice40/run-test.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								tests/ice40/run-test.sh
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,20 @@ | ||||||
|  | #!/usr/bin/env bash | ||||||
|  | set -e | ||||||
|  | { | ||||||
|  | echo "all::" | ||||||
|  | for x in *.ys; do | ||||||
|  | 	echo "all:: run-$x" | ||||||
|  | 	echo "run-$x:" | ||||||
|  | 	echo "	@echo 'Running $x..'" | ||||||
|  | 	echo "	@../../yosys -ql ${x%.ys}.log $x" | ||||||
|  | done | ||||||
|  | for s in *.sh; do | ||||||
|  | 	if [ "$s" != "run-test.sh" ]; then | ||||||
|  | 		echo "all:: run-$s" | ||||||
|  | 		echo "run-$s:" | ||||||
|  | 		echo "	@echo 'Running $s..'" | ||||||
|  | 		echo "	@bash $s" | ||||||
|  | 	fi | ||||||
|  | done | ||||||
|  | } > run-test.mk | ||||||
|  | exec ${MAKE:-make} -f run-test.mk | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue