diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 09:20:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 09:20:36 -0500 |
commit | bca9b7ee96632e7c89092184c174b45722e0511c (patch) | |
tree | faa775021c1cb04d8c255c60fc9f95501b9ee150 /tests/test-defines.h | |
parent | 0df50d723494e795aa7447c02ac0f15611b2bfd8 (diff) | |
download | ayatana-indicator-application-bca9b7ee96632e7c89092184c174b45722e0511c.tar.gz ayatana-indicator-application-bca9b7ee96632e7c89092184c174b45722e0511c.tar.bz2 ayatana-indicator-application-bca9b7ee96632e7c89092184c174b45722e0511c.zip |
Adding in two little client server binaries for testing the custom indicator.
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r-- | tests/test-defines.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-defines.h b/tests/test-defines.h new file mode 100644 index 0000000..b68d9fc --- /dev/null +++ b/tests/test-defines.h @@ -0,0 +1,7 @@ + +#define TEST_ID "my-id" +#define TEST_ICON_NAME "my-icon-name" +#define TEST_ATTENTION_ICON_NAME "my-attention-icon-name" +#define TEST_STATE CUSTOM_INDICATOR_STATE_ACTIVE +#define TEST_CATEGORY CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS + |