Updates and Features
This commit is contained in:
11
init_test.go
Normal file
11
init_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package nmslib
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestInit(t *testing.T) {
|
||||
fmt.Printf("\nTesting init:\n")
|
||||
fmt.Printf("Temporary directory: %s\n\n", NmsTemp)
|
||||
}
|
||||
Reference in New Issue
Block a user