mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 21:08:17 +08:00
rename epictest -> integrationtest
This commit is contained in:
@ -1 +0,0 @@
|
|||||||
package epictest
|
|
@ -1 +0,0 @@
|
|||||||
package epictest
|
|
@ -1,2 +0,0 @@
|
|||||||
package epictest
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
|||||||
IPFS_ROOT = ../..
|
IPFS_ROOT = ../..
|
||||||
IMAGE = jbenet/go-ipfs-bench
|
IMAGE = jbenet/go-ipfs-bench
|
||||||
CONTAINER = go-ipfs-bench
|
CONTAINER = go-ipfs-bench
|
||||||
PACKAGE = epictest
|
PACKAGE = integrationtest
|
||||||
PACKAGE_DIR = test/epictest
|
PACKAGE_DIR = test/integration
|
||||||
BUILD_DIR = ./build/bench
|
BUILD_DIR = ./build/bench
|
||||||
CONTAINER_WORKING_DIR = /go
|
CONTAINER_WORKING_DIR = /go
|
||||||
CPU_PROF_NAME = cpu.out
|
CPU_PROF_NAME = cpu.out
|
@ -1,4 +1,4 @@
|
|||||||
package epictest
|
package integrationtest
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
@ -1,4 +1,4 @@
|
|||||||
package epictest
|
package integrationtest
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
@ -1,4 +1,4 @@
|
|||||||
package epictest
|
package integrationtest
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
@ -1,4 +1,4 @@
|
|||||||
package epictest
|
package integrationtest
|
||||||
|
|
||||||
import (
|
import (
|
||||||
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
|
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
|
@ -1,4 +1,4 @@
|
|||||||
package epictest
|
package integrationtest
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
Reference in New Issue
Block a user