golang.org/x/arch@v0.17.0/riscv64/riscv64asm/testdata/Makefile (about)

     1  go test command:
     2  	cd ..; go generate
     3  	cd ..; go test -run 'ObjdumpRISCV64TestGUNSyntaxdata' -v -timeout 10h 2>&1 | tee -a log
     4  	cd ..; go test -run 'ObjdumpRISCV64TestGoSyntaxdata' -v -timeout 10h 2>&1 | tee -a log
     5  	cd ..; go test -run 'ObjdumpRISCV64' -v -timeout 10h 2>&1 | tee -a log
     6  	cd ..; go test -run 'ObjdumpRISCV64Manual' -v -timeout 10h 2>&1 | tee -a log
     7  	cd ..; go test -run 'TestDecodeGNUSyntax'
     8  	cd ..; go test -run 'TestDecodeGoSyntax'
     9  	cd ..; go test -run '.*'