aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/table_suite_test.go
blob: 6465da6e3707c48ab28ebc176c33b80b66c0c8b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package table

import (
    "testing"

    "github.com/syndtr/goleveldb/leveldb/testutil"
)

func TestTable(t *testing.T) {
    testutil.RunSuite(t, "Table Suite")
}