diff options
Diffstat (limited to 'tests/dummy-indicator-blank.c')
-rw-r--r-- | tests/dummy-indicator-blank.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dummy-indicator-blank.c b/tests/dummy-indicator-blank.c new file mode 100644 index 0000000..41249f2 --- /dev/null +++ b/tests/dummy-indicator-blank.c @@ -0,0 +1,6 @@ + +#include "libindicator/indicator.h" + +INDICATOR_SET_VERSION +INDICATOR_SET_NAME("dummy-indicator-null") + |