mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
ZT_NC_NWID patch + (WIP) test script modifications
This commit is contained in:
parent
2196d982c3
commit
d9b12be697
28 changed files with 1148 additions and 57 deletions
|
@ -1,19 +1,8 @@
|
|||
cd ../../
|
||||
#!/bin/bash
|
||||
|
||||
make clean
|
||||
make
|
||||
cd netcon
|
||||
make -f make-intercept.mk lib
|
||||
rm *.o
|
||||
rm liblwip.so
|
||||
make -f make-liblwip.mk
|
||||
echo "*** Building Zerotier-One, libraries, and test/monitor images..."
|
||||
|
||||
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
|
||||
./build_zt.sh
|
||||
./build_tests.sh
|
||||
|
||||
echo "*** Done"
|
Loading…
Add table
Add a link
Reference in a new issue