File: Makefile

package info (click to toggle)
golang-golang-x-arch 0.0~git20201207.1e68675-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,724 kB
  • sloc: ansic: 1,832; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (30)
1
2
3
4
5
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