diff options
author | Ted Gould <ted@canonical.com> | 2009-04-20 15:39:42 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-20 15:39:42 -0500 |
commit | 6f87e9c09f9894db7fd6f42f65c8eb147c42a6e8 (patch) | |
tree | b03356ce09b5d5cb1ac5b21b9aadfa1de586fddf /tests/test_thousand_indicators | |
parent | ecad1e36dce18875461e76d2a47d8a0e11570ff6 (diff) | |
download | libayatana-indicator-6f87e9c09f9894db7fd6f42f65c8eb147c42a6e8.tar.gz libayatana-indicator-6f87e9c09f9894db7fd6f42f65c8eb147c42a6e8.tar.bz2 libayatana-indicator-6f87e9c09f9894db7fd6f42f65c8eb147c42a6e8.zip |
Adding a test to build a bunch of indicators
Diffstat (limited to 'tests/test_thousand_indicators')
-rwxr-xr-x | tests/test_thousand_indicators | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_thousand_indicators b/tests/test_thousand_indicators new file mode 100755 index 0000000..4dd7fae --- /dev/null +++ b/tests/test_thousand_indicators @@ -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-thousand-indicators-client --task-name Client --task ./test-thousand-indicators-server --task-name Server |