15
pkg/patching/patching_test.go
Normal file
15
pkg/patching/patching_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package patching
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBuildRosetta(t *testing.T) {
|
||||
rp, lp, err := BuildRosetta()
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
fmt.Println("exe path:", rp)
|
||||
fmt.Println("lib path:", lp)
|
||||
}
|
Reference in New Issue
Block a user