You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
163 B

  1. package leveldb
  2. import (
  3. "testing"
  4. "github.com/syndtr/goleveldb/leveldb/testutil"
  5. )
  6. func TestLevelDB(t *testing.T) {
  7. testutil.RunSuite(t, "LevelDB Suite")
  8. }