diff options
author | Ted Gould <ted@canonical.com> | 2009-04-20 12:36:07 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-20 12:36:07 -0500 |
commit | 38c6ce2a36d6416016f64e5963deee29bc02f8b3 (patch) | |
tree | a0a91d4bc623b5d23713efcad65518ee2bf4beb1 /tests/test_interests | |
parent | 443c83ab353b818227270aa63f655fb2cbdbeba7 (diff) | |
download | libayatana-indicator-38c6ce2a36d6416016f64e5963deee29bc02f8b3.tar.gz libayatana-indicator-38c6ce2a36d6416016f64e5963deee29bc02f8b3.tar.bz2 libayatana-indicator-38c6ce2a36d6416016f64e5963deee29bc02f8b3.zip |
Adding an interests test
Diffstat (limited to 'tests/test_interests')
-rwxr-xr-x | tests/test_interests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_interests b/tests/test_interests new file mode 100755 index 0000000..b37189f --- /dev/null +++ b/tests/test_interests @@ -0,0 +1,5 @@ +#!/bin/sh + +DBUS_RUNNER="/home/ted/Development/dbus-play/dbus-test-runner --dbus-config /home/ted/Development/dbus-play/session.conf" + +${DBUS_RUNNER} --task ./test-interests-client --task-name Client --task ./test-interests-server --task-name Server |