test dial/listen in the sim

This commit is contained in:
Arceliar 2020-05-02 10:01:09 -05:00
parent 5db93be4df
commit 72afa05029
4 changed files with 63 additions and 6 deletions

2
build
View file

@ -45,7 +45,7 @@ elif [ $ANDROID ]; then
github.com/yggdrasil-network/yggdrasil-extras/src/mobile \
github.com/yggdrasil-network/yggdrasil-extras/src/dummy
else
for CMD in yggdrasil yggdrasilctl yggdrasilsim; do
for CMD in yggdrasil yggdrasilctl; do
echo "Building: $CMD"
go build $ARGS -ldflags="$LDFLAGS" -gcflags="$GCFLAGS" ./cmd/$CMD