mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Test/Code Refactor in preparation for merge
This commit is contained in:
parent
9a25a627bb
commit
1f27022fa7
50 changed files with 1170 additions and 350 deletions
19
netcon/docker-test/build.sh
Executable file
19
netcon/docker-test/build.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
|
||||
cp ../../zerotier-one zerotier-one
|
||||
cp ../../zerotier-cli zerotier-cli
|
||||
|
||||
cp ../liblwip.so liblwip.so
|
||||
cp ../libzerotierintercept.so.1.0 libzerotierintercept.so.1.0
|
||||
cp ../zerotier-intercept zerotier-intercept
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue