From 8b728035f9cfe490ba109494eb8564d11552e374 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 23 Jan 2006 16:27:21 +0000 Subject: Make tests/examples do use generated pango.modules. (bug #328291) 2006-01-23 Behdad Esfahbod Make tests/examples do use generated pango.modules. (bug #328291) * examples/pangorc, tests/pangorc: Removed. Moved to modules/. * examples/pangox.aliases: Removed. Moved to pango/. * examples/Makefile.am, tests/Makefile.am: Remove pango.modules creation stuff, copy pangorc from $(srcdir)/../modules/pangorc insteadd. * examples/renderdemo.c: Add --pangorc option, default to ./pangorc. Setenv PANGO_RC_FILE to whatever pangorc file decided. * tests/*.c: Setenv PANGO_RC_FILE to ./pangorc. * pango/pangox.aliases: Added. * pango/Makefile.am: Install pangox.aliases. * modules/pangorc: Added. * modules/Makefile.am: Create pango.modules. Added pangorc. * modules/.cvsignore, examples/.cvsignore, tests/.cvsignore: Updated. --- tests/testboundaries.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testboundaries.c') diff --git a/tests/testboundaries.c b/tests/testboundaries.c index e003aadb..edc5b184 100644 --- a/tests/testboundaries.c +++ b/tests/testboundaries.c @@ -340,6 +340,8 @@ main (int argc, char *argv[]) const gchar *srcdir; const gchar *filename; + g_setenv ("PANGO_RC_FILE", "./pangorc", TRUE); + srcdir = getenv ("srcdir"); if (!srcdir) srcdir = "."; -- cgit v1.2.1