mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
WIP: Unit tests
This commit is contained in:
parent
b1100b3d13
commit
31bc5e1559
56 changed files with 396 additions and 709 deletions
19
docker-test/build.sh
Executable file
19
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 ../netcon/liblwip.so liblwip.so
|
||||
cp ../netcon/libintercept.so.1.0 libintercept.so.1.0
|
||||
cp ../netcon/intercept intercept
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue