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

import (
    "testing"

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

func TestLevelDB(t *testing.T) {
    testutil.RunSuite(t, "LevelDB Suite")
}