github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/internal/rsc.io/arm/armasm/testdata/Makefile (about)

     1  newdecode.txt:
     2  	cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
     3  	cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
     4  	egrep '	(gnu|plan9)	' ../log |sort >newdecode.txt
     5