Show
Ignore:
Timestamp:
10/29/08 15:16:39 (15 years ago)
Author:
ppalmers
Message:

rename all debug and mixer tools to start with ffado-*

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/tests/systemtests/SConscript

    r1195 r1394  
    4040# 
    4141apps = { 
    42         "test-isorecv-1" : ["test-isorecv-1.cpp", "realtimetools.cpp"], 
    43         "test-isoxmit-1" : ["test-isoxmit-1.cpp", "realtimetools.cpp"], 
     42        "ffado-test-isorecv" : ["test-isorecv-1.cpp", "realtimetools.cpp"], 
     43        "ffado-test-isoxmit" : ["test-isoxmit-1.cpp", "realtimetools.cpp"], 
    4444} 
    4545 
    4646for app in apps.keys(): 
    4747        env.Program( target=app, source = env.Split( apps[app] ) ) 
     48        env.Install( "$bindir", app ) 
    4849