aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile')
-rw-r--r--src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile b/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile
deleted file mode 100644
index 1adab68517..0000000000
--- a/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-newdecode.txt:
- cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
- cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
- egrep ' (gnu|plan9) ' ../log |sort >newdecode.txt
-