Ignore:
Timestamp:
Jun 15, 2008 7:43:43 PM (16 years ago)
Author:
bennylp
Message:

Added presence pjsua unit tests

File:
1 edited

Legend:

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

    r2017 r2025  
    1 # $Id:$ 
     1# $Id$ 
    22import os 
    33import sys 
     
    1313                   "scripts-call/300_ice_1_1"] 
    1414 
    15 # Add all tests in "scripts-run" directory. 
     15# Add basic tests 
    1616for f in os.listdir("scripts-run"): 
    1717    tests.append("mod_run.py scripts-run/" + f) 
    1818 
    19 # Add all tests in "scripts-call" directory. 
     19# Add basic call tests 
    2020for f in os.listdir("scripts-call"): 
    2121    tests.append("mod_call.py scripts-call/" + f) 
     22 
     23# Add presence tests 
     24for f in os.listdir("scripts-pres"): 
     25    tests.append("mod_pres.py scripts-pres/" + f) 
    2226 
    2327# Filter-out excluded tests 
Note: See TracChangeset for help on using the changeset viewer.