resolver: test config changes.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Nov 2012 13:38:59 +0000 (15:38 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Nov 2012 13:38:59 +0000 (15:38 +0200)
src/resolver/test-input

index b602dfa..ee320a8 100644 (file)
@@ -1,4 +1,4 @@
-auto-update-target all
+#auto-update-target all
 
 target all
     depends on video_route audio_route \
@@ -16,6 +16,7 @@ include "test-input-video"
 include "test-input-audio"
 
 target luatest
+    depends on $audio_playback_owner
     update script (lua)
-        print("This is a lua update script.")
+        print("Hello from a resolver update Lua scriptlet...")
     end script
\ No newline at end of file