OSDN Git Service

12c3e49edc3e94baf430860aa6c4f83f6ea5c17b
[bytom/bytom.git] / test / integration / run_test.go
1 package integration
2
3 import (
4         "os"
5         "testing"
6 )
7
8 func TestMain(m *testing.M) {
9         os.Exit(m.Run())
10 }