summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-21 23:01:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-21 23:01:56 (EDT)
commit524ca8ba73c9b3094c5425894e3bd5658d7f4d02 (patch)
treebb0320e6be94c1b5366504d694c6646f78fc328c /tests/local.mk
parentce58a3016e2daae10ac529aa6397f59c0a6fa339 (diff)
tests/parse_control.common.sh: Fix load_locale() call
Fixes: ./tests/parse_control.basic: 92: ./tests/parse_control.basic: load_locale: not found
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 2920d12..42ac039 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -12,6 +12,7 @@ tests_parse_control_basic_SOURCES = \
tests/parse_control.common.sh \
tests/aux/common.sh \
tests/aux/tap-functions.sh \
+ src/locale.sh \
src/output.sh \
src/control.sh
tests_parse_control_basic_LDADD = $(tests_parse_control_basic_SOURCES:.sh=.sho)