File: process_darwin_test.go

package info (click to toggle)
golang-github-mitchellh-go-ps 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
// +build darwin

package ps

import (
	"testing"
)

func TestDarwinProcess_impl(t *testing.T) {
	var _ Process = new(DarwinProcess)
}