mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
chainntnfs/test: parallelize iface tests by backend
This commit is contained in:
15
chainntnfs/test/bitcoind/bitcoind_test.go
Normal file
15
chainntnfs/test/bitcoind/bitcoind_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
// +build dev
|
||||
|
||||
package bitcoind_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
chainntnfstest "github.com/lightningnetwork/lnd/chainntnfs/test"
|
||||
)
|
||||
|
||||
// TestInterfaces executes the generic notifier test suite against a bitcoind
|
||||
// powered chain notifier.
|
||||
func TestInterfaces(t *testing.T) {
|
||||
chainntnfstest.TestInterfaces(t, "bitcoind")
|
||||
}
|
Reference in New Issue
Block a user