diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-10-23 06:27:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-10-23 06:27:47 -0400 |
commit | dcc0fd222e78372ce49a8722420ccc7e9e022cdd (patch) | |
tree | ef50159f241047b9440f4b3d8f0136a3432cf92c | |
parent | cc262b2c1449cca6b6f76a7163cf0196f7d45313 (diff) | |
download | gtk+-dcc0fd222e78372ce49a8722420ccc7e9e022cdd.tar.gz |
Fix a typo
-rw-r--r-- | Makefile.decl | 2 |
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: |