Changeset 2111
- Timestamp:
- Jul 7, 2008 8:15:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/runall.py
r2085 r2111 49 49 for f in os.listdir("scripts-pesq"): 50 50 tests.append("mod_pesq.py scripts-pesq/" + f) 51 52 # Add recvfrom tests 53 for f in os.listdir("scripts-recvfrom"): 54 tests.append("mod_recvfrom.py scripts-recvfrom/" + f) 51 55 52 56 # Filter-out excluded tests
Note: See TracChangeset
for help on using the changeset viewer.