...

Text file src/golang.org/x/arch/x86/x86asm/testdata/Makefile

Documentation: golang.org/x/arch/x86/x86asm/testdata

     1libmach8db: libmach8db.c
     2	9c libmach8db.c && 9l -o libmach8db libmach8db.o; rm libmach8db.o
     3
     4newdecode.txt:
     5	cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log
     6	cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
     7	cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
     8	cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
     9	cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
    10	cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
    11	egrep '	(gnu|intel|plan9)	' ../log |sort >newdecode.txt
    12

View as plain text