File: all.bash

package info (click to toggle)
go-mtpfs 0.0~git20180209.d6f8f3c-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 276 kB
  • sloc: python: 62; sh: 8; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Script to exercise everything.
set -eux

for x in fs mtp
do
    go build github.com/hanwen/go-mtpfs/$x
    go test -i github.com/hanwen/go-mtpfs/$x
    go test github.com/hanwen/go-mtpfs/$x
done

go build github.com/hanwen/go-mtpfs