 2fd5eb2569
			
		
	
	
		2fd5eb2569
		
	
	
	
	
		
			
			. rename testshm.sh to test.sh so all test scripts are called test.sh . delete msg* tests as msg* functionality isn't implemented . add ipc/test.sh that runs all test.sh scripts in the subdirs
		
			
				
	
	
		
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| for d in semctl semget semop shmat shmctl shmdt shmget shmt
 | |
| do	echo $d
 | |
| 	(	cd $d 
 | |
| 		sh test.sh
 | |
| 	)
 | |
| done
 | |
| 
 |