add crowdPooling proxy test

This commit is contained in:
owen05
2020-12-15 01:07:15 +08:00
parent 6bdf689af8
commit fcc0f5b3b7
6 changed files with 264 additions and 6 deletions

View File

@@ -21,6 +21,11 @@ then
truffle test ./test/Proxy/proxy.classical.test.ts
fi
if [ "$1"x = "proxy-cp"x ]
then
truffle test ./test/Proxy/proxy.cp.test.ts
fi
if [ "$1"x = "route"x ]
then
truffle test ./test/Route/route.test.ts