aboutsummaryrefslogtreecommitdiff
path: root/helper/test-loader-build
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-10 16:30:19 -0600
committerTed Gould <ted@gould.cx>2010-03-10 16:30:19 -0600
commit0660884bfea160a9870f814bfd85265d264a34eb (patch)
treecd6b0cdcaaa8c2a53a500cca3f8547fe693a0fd5 /helper/test-loader-build
parent12ab8f4476b500c21747514cfbec272d0cbd5ada (diff)
downloadlibayatana-indicator-0660884bfea160a9870f814bfd85265d264a34eb.tar.gz
libayatana-indicator-0660884bfea160a9870f814bfd85265d264a34eb.tar.bz2
libayatana-indicator-0660884bfea160a9870f814bfd85265d264a34eb.zip
A little loader to test to see if we load an icon and what size it is.
Diffstat (limited to 'helper/test-loader-build')
-rwxr-xr-xhelper/test-loader-build3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper/test-loader-build b/helper/test-loader-build
new file mode 100755
index 0000000..fa1e006
--- /dev/null
+++ b/helper/test-loader-build
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+gcc `pkg-config --cflags --libs gtk+-2.0` -I../libindicator/ test-loader.c ../libindicator/indicator-image-helper.c -o test-loader