Bug 1401

Summary: test.py -e may not be working
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: test frameworkAssignee: Mitch Watrous <watrous>
Status: RESOLVED INVALID    
Severity: normal CC: ns-bugs, tommaso.pecorella
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Tom Henderson 2012-03-27 18:07:59 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
Comment 1 Tommaso Pecorella 2012-03-27 19:42:17 UTC
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.