mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
1350f76627
This commit adds a new function, `TestLightningNetworkDaemonTemp`, to run the new tests.
10 lines
178 B
Go
10 lines
178 B
Go
//go:build !rpctest
|
|
// +build !rpctest
|
|
|
|
package itest
|
|
|
|
import "github.com/lightningnetwork/lnd/lntemp"
|
|
|
|
// TODO(yy): remove the temp.
|
|
var allTestCasesTemp = []*lntemp.TestCase{}
|