Skip to content

Files

Latest commit

 

History

History

run_test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
In this directory:
	./test_Linux/
		Name and option pools of each cmd to be tested on Linux
	./test_MacOS/
		Name and option pools of each cmd to be tested on MacOS
	./test_FreeBSD/
		Name and option pools of each cmd to be tested on FreeBSD
	./end/
		The designed string for each interactive utility to be appended to the random input. In this way we can distinguish if the program is waiting for more input after the end of random input from a program that is hung.
		
	run.py
		Automatic script to test all utilities listed in a file(see ./test_Linux/ or ./test_MacOS/ or ./test_FreeBSD/). To see how to use run.py, run:
			python3 run.py