Ignore:
Timestamp:
Dec 22, 2008 6:54:58 PM (15 years ago)
Author:
bennylp
Message:

Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests

Location:
pjproject/trunk/tests
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/run.py

    r2239 r2392  
    6161if G_EXE == "": 
    6262        if sys.platform.find("win32")!=-1: 
    63             e = "../../bin/pjsua_vc6d.exe" 
     63            e = "../../pjsip-apps/bin/pjsua_vc6d.exe" 
    6464            if os.access(e, os.F_OK): 
    6565                st1 = os.stat(e) 
     
    6868            if st1 != None: 
    6969                G_EXE = e 
    70             e = "../../bin/pjsua_vc6.exe" 
     70            e = "../../pjsip-apps/bin/pjsua_vc6.exe" 
    7171            if os.access(e, os.F_OK): 
    7272                st2 = os.stat(e) 
     
    8888                if line.find("TARGET_NAME")!=-1: 
    8989                    print line 
    90                     G_EXE="../../bin/pjsua-" + line.split(":= ")[1] 
     90                    G_EXE="../../pjsip-apps/bin/pjsua-" + line.split(":= ")[1] 
    9191                    break 
    9292            if G_EXE=="": 
Note: See TracChangeset for help on using the changeset viewer.