@@ -37,7 +37,7 @@ import (
)
const (
- _TEST_DIR = "testfiles"
+ _TEST_DIR = "./testfiles"
type ConfigTestSuite struct {
@@ -22,7 +22,7 @@ package main
import (
"flag"
"log"
- "psiphon"
+ "github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon"
func main() {
@@ -20,11 +20,9 @@
package main
+ //"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon"
+ "testing"
func TestPsiphon(t *testing.T) {
- var config psiphon.Config
- // TODO: put a test config here
- psiphon.RunTunnelForever(&config)
}