summaryrefslogtreecommitdiff
path: root/Makefile.decl
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-10-23 06:27:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-10-23 06:27:47 -0400
commitdcc0fd222e78372ce49a8722420ccc7e9e022cdd (patch)
treeef50159f241047b9440f4b3d8f0136a3432cf92c /Makefile.decl
parentcc262b2c1449cca6b6f76a7163cf0196f7d45313 (diff)
downloadgtk+-dcc0fd222e78372ce49a8722420ccc7e9e022cdd.tar.gz
Fix a typo
Diffstat (limited to 'Makefile.decl')
-rw-r--r--Makefile.decl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.decl b/Makefile.decl
index 3fcd656530..901b64b172 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -40,7 +40,7 @@ test: test-cwd test-recurse
# test-cwd: run tests in cwd
test-cwd: ${TEST_PROGS}
@$(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \
- $(XVFB_START) && { set -e; $(TESTS_ENVIRONMENT) G_TEST_SRCDIR="${abs_strcdir}" G_TEST_BUILDDIR="${abs_builddir}" ${GTESTER} --verbose ${TEST_PROGS}; }; \
+ $(XVFB_START) && { set -e; $(TESTS_ENVIRONMENT) G_TEST_SRCDIR="${abs_srcdir}" G_TEST_BUILDDIR="${abs_builddir}" ${GTESTER} --verbose ${TEST_PROGS}; }; \
}
# test-recurse: run tests in subdirs
test-recurse: