File: memdb_suite_test.go

package info (click to toggle)
golang-goleveldb 0.0~git20170302.0.3c5717c-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 836 kB
  • ctags: 1,662
  • sloc: makefile: 14
file content (11 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
package memdb

import (
	"testing"

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

func TestMemDB(t *testing.T) {
	testutil.RunSuite(t, "MemDB Suite")
}