diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:05 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:05 +0800 |
commit | 861c07c7e33e1a0145d9a46fa98e5b50e0cee19b (patch) | |
tree | e924e38044a7a97f476a31cf6eabba020b2529a3 /tests/Makefile.am | |
parent | f0762d3d556c168c9ec1d85d69cf10cdf2fef97a (diff) | |
download | gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.gz gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.bz2 gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.lz gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.xz gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.zst gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.zip |
fake the profile and the CM for tests
svn path=/trunk/; revision=1549
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6134aa142..ccf6c8f1d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -51,4 +51,6 @@ check_main_CFLAGS = \ @CHECK_CFLAGS@ \ $(AM_CFLAGS) -TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@ +TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@ \ + MC_PROFILE_DIR=@abs_top_srcdir@/tests \ + MC_MANAGER_DIR=@abs_top_srcdir@/tests |