diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 18:49:08 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 18:49:08 -0400 |
commit | 3bafca747c5c9a1508bc93fdcf9efa77af99710b (patch) | |
tree | 82171aef230cca2c842ea581a2a3fb0e8757c567 /tests | |
parent | 376658695b00a0d272b9463722a9d7914a7d7ffc (diff) | |
download | libayatana-indicator-3bafca747c5c9a1508bc93fdcf9efa77af99710b.tar.gz libayatana-indicator-3bafca747c5c9a1508bc93fdcf9efa77af99710b.tar.bz2 libayatana-indicator-3bafca747c5c9a1508bc93fdcf9efa77af99710b.zip |
Use the new build dir flag
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-loader.c b/tests/test-loader.c index 3e94981..16c0292 100644 --- a/tests/test-loader.c +++ b/tests/test-loader.c @@ -6,7 +6,7 @@ void destroy_cb (gpointer data, GObject * object); void test_loader_filename_dummy_null (void) { - IndicatorObject * object = indicator_object_new_from_file("./.libs/libdummy-indicator-null.so"); + IndicatorObject * object = indicator_object_new_from_file(BUILD_DIR "/.libs/libdummy-indicator-null.so"); g_assert(object != NULL); gboolean unreffed = FALSE; |