aboutsummaryrefslogtreecommitdiffstats
path: root/compat_test.go
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-19 21:34:05 -0800
committerClawd <ai@clawd.bot>2026-02-19 21:34:05 -0800
commit3bc54760d888fbb65174a2d319a968dfaae0a5d9 (patch)
tree8909f61c9a597cfe7b7b2c6634796b6945beca82 /compat_test.go
parent9d5a905507cd8366033d7c341f8123aa24d9571b (diff)
Use build tag to keep go.mod clean
compat_test.go now requires -tags=compat flag. Run: go get github.com/btcsuite/btcd/btcec/v2 && go test -tags=compat ./...
Diffstat (limited to 'compat_test.go')
-rw-r--r--compat_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat_test.go b/compat_test.go
index b5cbde7..5699e1d 100644
--- a/compat_test.go
+++ b/compat_test.go
@@ -1,3 +1,8 @@
1//go:build compat
2
3// Compatibility tests against btcec/v2.
4// Run with: go get github.com/btcsuite/btcd/btcec/v2 && go test -tags=compat ./...
5
1package secp256k1 6package secp256k1
2 7
3import ( 8import (