diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 20:12:48 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 20:12:48 -0400 |
commit | 97a4004d26cd5ebec0b25b51d4793d1df51b5dba (patch) | |
tree | 3aca6ab71d01c391ccceb3b9f161127c5047d916 /tests/test-loader.c | |
parent | a28e917b914b07de67027c97eb29d533e3fe9393 (diff) | |
download | libayatana-indicator-97a4004d26cd5ebec0b25b51d4793d1df51b5dba.tar.gz libayatana-indicator-97a4004d26cd5ebec0b25b51d4793d1df51b5dba.tar.bz2 libayatana-indicator-97a4004d26cd5ebec0b25b51d4793d1df51b5dba.zip |
Create a very simple indicator and testing it.
Diffstat (limited to 'tests/test-loader.c')
-rw-r--r-- | tests/test-loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-loader.c b/tests/test-loader.c index 3dcc595..1d6a7c3 100644 --- a/tests/test-loader.c +++ b/tests/test-loader.c @@ -63,6 +63,7 @@ test_loader_creation_deletion_suite (void) g_test_add_func ("/libindicator/loader/ref_and_unref", test_loader_refunref); g_test_add_func ("/libindicator/loader/filename_bad", test_loader_filename_bad); g_test_add_func ("/libindicator/loader/dummy/null_load", test_loader_filename_dummy_null); + g_test_add_func ("/libindicator/loader/dummy/simple_load", test_loader_filename_dummy_simple); return; } |