mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh -e
 | 
						|
 | 
						|
# This test script should exit on the first failure.
 | 
						|
 | 
						|
./test_libFLAC.sh
 | 
						|
./test_libFLAC++.sh
 | 
						|
./test_grabbag.sh
 | 
						|
./test_flac.sh
 | 
						|
./test_metaflac.sh
 | 
						|
./test_seeking.sh
 | 
						|
./test_streams.sh
 |