sns3 / sns3-satellite

Satellite module for ns-3 simulator
https://www.sns3.org
GNU General Public License v3.0
139 stars 56 forks source link

Problem with test file not running #38

Open 1patrickBob opened 1 year ago

1patrickBob commented 1 year ago

Hi,my environment is ns-3.35. Currently, in this environment, only files under example can be run, and files in the test folder cannot be run. Below is the error message. How can I resolve it?Thank you!

yzh@DESKTOP-91CQCSQ:~/bake/source/ns-3.35$ ./waf --run "satellite-antenna-pattern-test" Waf: Entering directory `/home/yzh/bake/source/ns-3.35/build' program 'satellite-antenna-pattern-test' not found; available programs are: ['aodv', 'src/aodv/examples/aodv', 'three-gpp-http-example', ......

Kniyl commented 1 year ago

Hi,

We had a round of fixes for tests that just landed in the dev branch. Can you try this out and report back if this fixed your issue ?

Thank you.