Changeset 567
- Timestamp:
- 08/25/07 08:24:29 (15 years ago)
- Files:
-
- trunk/libffado/tests/SConscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/tests/SConscript
r565 r567 13 13 # 14 14 #for app in ["test-ffado", "test-extplugcmd", "test-fw410", "test-volume", "test-mixer", "test-cycletimer", "test-timestampedbuffer", "test-ieee1394service", "test-streamdump"]: 15 for app in ["test-ffado", "test-fw410", "test-cycletimer", "test-timestampedbuffer", "test-ieee1394service", "test-streamdump" ]:15 for app in ["test-ffado", "test-fw410", "test-cycletimer", "test-timestampedbuffer", "test-ieee1394service", "test-streamdump", "test-dbus"]: 16 16 env.Program( target=app, source = app+".cpp" ) 17 17 18 18 env.Program( target="test-sytmonitor", source = env.Split( "test-sytmonitor.cpp SytMonitor.cpp" ) ) 19 19 20 env.Program( target="test-dbus", source = env.Split( "test-dbus.cpp" ) )21 22 20 env.SConscript( dirs="streaming", exports="env" ) 23 21