golang.org/x/arch@v0.17.0/arm64/arm64asm/testdata/Makefile (about) 1 go test command: 2 cd ..; go test -run 'ObjdumpARM64Cond' -v -timeout 10h -long 2>&1 | tee log 3 cd ..; go test -run 'ObjdumpARM64TestGUNSyntaxdata' -v -timeout 10h -long 2>&1 | tee -a log 4 cd ..; go test -run 'ObjdumpARM64TestGoSyntaxdata' -v -timeout 10h -long 2>&1 | tee -a log 5 cd ..; go test -run 'ObjdumpARM64' -v -timeout 10h -long 2>&1 | tee -a log 6 cd ..; go test -run 'ObjdumpARM64Manual' -v -timeout 10h -long 2>&1 | tee -a log 7 cd ..; go test -run 'TestDecodeGNUSyntax' 8 cd ..; go test -run 'TestDecodeGoSyntax' 9 cd ..; go test -run '.*'