gjs r52 - trunk/test



Author: jobi
Date: Fri Oct 24 15:16:32 2008
New Revision: 52
URL: http://svn.gnome.org/viewvc/gjs?rev=52&view=rev

Log:
Use GJS_PATH instead of GJS_USE_UNINSTALLED_FILES

Modified:
   trunk/test/gjs-unit.c

Modified: trunk/test/gjs-unit.c
==============================================================================
--- trunk/test/gjs-unit.c	(original)
+++ trunk/test/gjs-unit.c	Fri Oct 24 15:16:32 2008
@@ -101,7 +101,7 @@
     g_setenv("TOP_SRCDIR", GJS_TOP_SRCDIR, FALSE);
     g_setenv("BUILDDIR", GJS_BUILDDIR, FALSE);
     g_setenv("XDG_DATA_HOME", GJS_BUILDDIR "/test_user_data", FALSE);
-    g_setenv("GJS_USE_UNINSTALLED_FILES", "1", FALSE);
+    g_setenv("GJS_PATH", GJS_TOP_SRCDIR"/modules:"GJS_BUILDDIR"/.libs", FALSE);
 
     /* need ${top_srcdir} later */
     top_srcdir = g_getenv ("TOP_SRCDIR");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]