...

Text file src/golang.org/x/arch/arm64/arm64asm/testdata/Makefile

Documentation: golang.org/x/arch/arm64/arm64asm/testdata

     1go 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 '.*'

View as plain text