aboutsummaryrefslogtreecommitdiff
path: root/tests/test-loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-loader.c')
-rw-r--r--tests/test-loader.c1
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;
}