mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-03 06:14:27 +01:00
12 lines
124 B
Go
12 lines
124 B
Go
// +build integration
|
|
|
|
package tests
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestIntegration(t *testing.T) {
|
|
runIntegrationTests(t)
|
|
}
|