WIP: Unit tests

This commit is contained in:
Joseph Henry 2015-11-19 16:21:59 -08:00
commit 31bc5e1559
56 changed files with 396 additions and 709 deletions

19
docker-test/build.sh Executable file
View 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