Show
Ignore:
Timestamp:
01/05/08 09:40:06 (16 years ago)
Author:
ppalmers
Message:

First round of cleanup:
- make Ports auto-register to a PortManager?
- remove the different 'signal' types, everything is now period-signaled.
- removed obsolete streaming test programs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/api-cleanup/tests/streaming/SConscript

    r792 r809  
    3030env.PrependUnique( LIBS=["ffado"] ) 
    3131 
    32 apps = "teststreaming teststreaming2" 
    33 if env.GetOption('clean') or env['ALSA_SEQ_OUTPUT']: 
    34         apps += " testmidistreaming1" 
    35  
    36 for app in env.Split( apps ): 
    37         env.Program( target=app, source = [ app+".c", "debugtools.c" ] ) 
    38  
    3932cppapps = "teststreaming3" 
    4033