diff options
Diffstat (limited to 'docker-test/throughput/build.sh')
| -rwxr-xr-x | docker-test/throughput/build.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docker-test/throughput/build.sh b/docker-test/throughput/build.sh new file mode 100755 index 00000000..586c8931 --- /dev/null +++ b/docker-test/throughput/build.sh @@ -0,0 +1,16 @@ +cd ../../ +make clean +make +cd netcon +make -f make-intercept.mk lib +rm *.o +rm liblwip.so +make -f make-liblwip.mk +cd ../docker-test/throughput-test + +cp ../../zerotier-one zerotier-one +cp ../../zerotier-cli zerotier-cli + +cp ../../netcon/liblwip.so liblwip.so +cp ../../netcon/libintercept.so.1.0 libintercept.so.1.0 + |
