Changeset 2111


Ignore:
Timestamp:
Jul 7, 2008 8:15:25 PM (16 years ago)
Author:
bennylp
Message:

Modified runall.py python testing module to accommodate mod_recvfrom.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/runall.py

    r2085 r2111  
    4949for f in os.listdir("scripts-pesq"): 
    5050    tests.append("mod_pesq.py scripts-pesq/" + f) 
     51 
     52# Add recvfrom tests 
     53for f in os.listdir("scripts-recvfrom"): 
     54    tests.append("mod_recvfrom.py scripts-recvfrom/" + f) 
    5155 
    5256# Filter-out excluded tests 
Note: See TracChangeset for help on using the changeset viewer.