Changeset 1862
- Timestamp:
- 07/01/10 05:55:52 (2 years ago)
- Files:
-
- trunk/libffado/tests/SConscript (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/tests/SConscript
r1777 r1862 47 47 "test-fw410" : "test-fw410.cpp", 48 48 #"test-extplugcmd" : "test-extplugcmd.cpp", 49 "test-volume" : "test-volume.cpp",50 49 #"test-mixer" : "test-mixer.cpp", 51 "test-enhanced-mixer" : "test-enhanced-mixer.cpp",52 50 "test-timestampedbuffer" : "test-timestampedbuffer.cpp", 53 51 "test-ieee1394service" : "test-ieee1394service.cpp", … … 69 67 env.MergeFlags( env["ALSA_FLAGS"] ) 70 68 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" } ) 71 71 apps.update( { "test-avccmd" : "test-avccmd.cpp" } ) 72 72 if env['ENABLE_FIREWORKS']:
