./waf --run simple-lorawan-network-example and ./waf --run complete-lorawan-network-example should run the tests to completion
Actual Behavior
waf cannot find the programs
when waf builds the example programs they are actually created with the names simple-network-example and complete-network-example
Steps to Reproduce the Problem
run either one of the two commands:
./waf --run simple-lorawan-network-example
./waf --run complete-lorawan-network-example
Fix
Change the README.MD example names to simple-network-example and complete-network-example or change lorawan/examples/wscript lines 5 and 11.
Expected Behavior
./waf --run simple-lorawan-network-example
and./waf --run complete-lorawan-network-example
should run the tests to completionActual Behavior
waf cannot find the programs when waf builds the example programs they are actually created with the names
simple-network-example
andcomplete-network-example
Steps to Reproduce the Problem
./waf --run simple-lorawan-network-example
./waf --run complete-lorawan-network-example
Fix
Change the README.MD example names to
simple-network-example
andcomplete-network-example
or changelorawan/examples/wscript
lines 5 and 11.