diff options
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bcd60ae5..45914484 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,6 +39,8 @@ endif TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ + G_TEST_SRCDIR=$(abs_srcdir) \ + G_TEST_BUILDDIR=$(abs_builddir) \ PANGO_RC_FILE=./pangorc check_PROGRAMS = testboundaries testboundaries_ucd testcolor testscript |