提交 fadedab0 作者: Brian Tiger Chow

rename epictest -> integrationtest

上级 18f3481d
......@@ -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
......
package epictest
package integrationtest
import (
"bytes"
......
package epictest
package integrationtest
import (
"testing"
......
package epictest
package integrationtest
import (
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论