summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2019-03-12 17:10:37 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2019-03-12 17:10:37 +0900
commit49f1e2fed1f9bf4223602db84fe03f002e2a87d2 (patch)
tree6da0f4548f1aefd6fcaa79aa0a422482480e039d
parent599e51db46841818ca5c2ef5e0dfc74317efaa1d (diff)
downloadibus-anthy-49f1e2fed1f9bf4223602db84fe03f002e2a87d2.tar.gz
tests: Fixed a build error with a different srcdir
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 45cc01c..b2d35d6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,8 +2,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2017-2018 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2017-2018 Red Hat, Inc.
+# Copyright (c) 2017-2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2017-2019 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
check:
- bash -x test-build.sh --builddir=$(builddir) --srcdir=$(srcdir)
+ bash -x $(srcdir)/test-build.sh --builddir=$(builddir) --srcdir=$(srcdir)
EXTRA_DIST = \
anthycases.py \