Index: /trunk/libffado/tests/SConscript =================================================================== --- /trunk/libffado/tests/SConscript (revision 565) +++ /trunk/libffado/tests/SConscript (revision 567) @@ -13,11 +13,9 @@ # #for app in ["test-ffado", "test-extplugcmd", "test-fw410", "test-volume", "test-mixer", "test-cycletimer", "test-timestampedbuffer", "test-ieee1394service", "test-streamdump"]: -for app in ["test-ffado", "test-fw410", "test-cycletimer", "test-timestampedbuffer", "test-ieee1394service", "test-streamdump"]: +for app in ["test-ffado", "test-fw410", "test-cycletimer", "test-timestampedbuffer", "test-ieee1394service", "test-streamdump", "test-dbus"]: env.Program( target=app, source = app+".cpp" ) env.Program( target="test-sytmonitor", source = env.Split( "test-sytmonitor.cpp SytMonitor.cpp" ) ) -env.Program( target="test-dbus", source = env.Split( "test-dbus.cpp" ) ) - env.SConscript( dirs="streaming", exports="env" )