Bugzilla – Bug 1401
test.py -e may not be working
Last modified: 2012-04-02 09:57:54 UTC
According to documentation, ./test.py -e EXAMPLE should work, with EXAMPLE providing a relative path. However, ./test.py -e build/examples/tutorial/ns3-dev-first-debug results in "Could not find a task generator for the name 'ns3-dev-first-debug'" and './test.py -e first' crashes
works for me. ./test.py -e examples/udp/udp-echo ./test.py -e examples/tutorial/first The relative path is to the example source... T.