File: purego.sh

package info (click to toggle)
golang-github-cznic-zappy 0.0~git20160305.0.4f5e6ef-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 156 kB
  • sloc: makefile: 23; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2014 The zappy Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

set -e
set -v

CGO_ENABLED=0 go test -purego true
CGO_ENABLED=0 go test -purego true -tags purego 
CGO_ENABLED=1 go test -purego false
CGO_ENABLED=1 go test -purego true -tags purego