blockbook/tests/integration_test.go

12 lines
124 B
Go
Raw Normal View History

2018-09-20 01:39:13 -06:00
// +build integration
package tests
import (
"testing"
)
func TestIntegration(t *testing.T) {
runIntegrationTests(t)
}