summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-10-05 11:51:25 -0400
committerCarl Worth <cworth@cworth.org>2006-11-02 13:02:01 -0800
commitc6beeda701b24e5056615a261f21da12a42636ab (patch)
treed0d3d2f4f932b9761dda070b224e97c40b855aac
parent405d5b7dcabb33c94b648460c7196bd188690cea (diff)
downloadcairo-c6beeda701b24e5056615a261f21da12a42636ab.tar.gz
[Makefile.am] Pass srcdir down to the tests
(cherry picked from 2041db91968c7c06cdb2e454f572c50d75144d29 commit)
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c0171eff6..90a6cd3ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -263,6 +263,7 @@ install-data-local:
false ; \
fi
+TESTS_ENVIRONMENT = srcdir="$(srcdir)"
TESTS = check-def.sh check-plt.sh check-headers.sh
EXTRA_DIST += $(TESTS)