File: generate.sh

package info (click to toggle)
golang-github-calmh-xdr 2.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2; sh: 2
file content (4 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh

go run cmd/genxdr/main.go -- bench_test.go > bench_xdr_test.go
go run cmd/genxdr/main.go -- encdec_test.go > encdec_xdr_test.go