1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 12:20:03 +08:00

rename epictest -> integrationtest

This commit is contained in:
Brian Tiger Chow
2015-01-29 22:27:03 -08:00
parent 18f3481d6e
commit fadedab003
9 changed files with 7 additions and 11 deletions

View File

@ -1 +0,0 @@
package epictest

View File

@ -1 +0,0 @@
package epictest

View File

@ -1,2 +0,0 @@
package epictest

View File

@ -4,8 +4,8 @@
IPFS_ROOT = ../..
IMAGE = jbenet/go-ipfs-bench
CONTAINER = go-ipfs-bench
PACKAGE = epictest
PACKAGE_DIR = test/epictest
PACKAGE = integrationtest
PACKAGE_DIR = test/integration
BUILD_DIR = ./build/bench
CONTAINER_WORKING_DIR = /go
CPU_PROF_NAME = cpu.out

View File

@ -1,4 +1,4 @@
package epictest
package integrationtest
import (
"bytes"

View File

@ -1,4 +1,4 @@
package epictest
package integrationtest
import (
"testing"

View File

@ -1,4 +1,4 @@
package epictest
package integrationtest
import (
"bytes"

View File

@ -1,4 +1,4 @@
package epictest
package integrationtest
import (
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"

View File

@ -1,4 +1,4 @@
package epictest
package integrationtest
import (
"bytes"