With this patch, it can build on mips64el now.
-- YunQiang Su
Index: libbonobo/tests/Makefile.am =================================================================== --- libbonobo.orig/tests/Makefile.am 2013-10-23 00:42:20.263486360 +0800 +++ libbonobo/tests/Makefile.am 2013-10-23 00:43:10.331596360 +0800 @@ -51,11 +51,11 @@ LD_LIBRARY_PATH="$(top_builddir)/bonobo/.libs:$$LD_LIBRARY_PATH" \ PATH="$(top_builddir)/bonobo/.libs:$$PATH" \ BONOBO_PLUGIN_PATH="$(top_builddir)/storage-modules/.libs:$$BONOBO_PLUGIN_PATH"\ - BONOBO_ACTIVATION_PATH="$(srcdir)$(SEARCHPATHSEP)$$BONOBO_ACTIVATION_PATH"\ - MODELS_DIR="$(srcdir)/models" + BONOBO_ACTIVATION_PATH="$(SEARCHPATHSEP)$$BONOBO_ACTIVATION_PATH"\ + MODELS_DIR="models" TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \ - test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \ + test-stream-mem$(EXEEXT) test-properties.sh test-storage-mem$(EXEEXT) \ test-main-loop$(EXEEXT) # TESTS += test-generic-factory.sh