Changeset 1862

Show
Ignore:
Timestamp:
07/01/10 05:55:52 (2 years ago)
Author:
jwoithe
Message:

test-volume and test-enhanced-mixer depend on the generic AVC support, so only attempt to compile them if generic AVC support is configured.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/tests/SConscript

    r1777 r1862  
    4747        "test-fw410" : "test-fw410.cpp", 
    4848        #"test-extplugcmd" : "test-extplugcmd.cpp", 
    49         "test-volume" : "test-volume.cpp", 
    5049        #"test-mixer" : "test-mixer.cpp", 
    51         "test-enhanced-mixer" : "test-enhanced-mixer.cpp", 
    5250        "test-timestampedbuffer" : "test-timestampedbuffer.cpp", 
    5351        "test-ieee1394service" : "test-ieee1394service.cpp", 
     
    6967                env.MergeFlags( env["ALSA_FLAGS"] ) 
    7068                apps.update( { "test-scs" : "test-scs.cpp" } ) 
     69        apps.update( { "test-volume" : "test-volume.cpp" } ) 
     70        apps.update( { "test-enhanced-mixer" : "test-enhanced-mixer.cpp" } ) 
    7171        apps.update( { "test-avccmd" : "test-avccmd.cpp" } ) 
    7272if env['ENABLE_FIREWORKS']: