Dear All,
I am new to NS3 and I am trying to create a new module. I have studied the ns3 manual's "support" section, in which the steps to create a new module are explained. What I see is that after adding some codes to the created module, we need to build and also run ./test.py to make sure everything is fine so far; running ./test.py causes the system to go over testing all the modules which have been already in the ns3, and takes a while. If I do this every time I modify a little, it will be very time consuming. I want to see if it is possible to run test for just the module I am working on? if so, what should I type in the command line?
Thanks in advance.