summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-15 21:22:07 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-15 21:22:07 (EST)
commit3416232fe0c6b693dd788e3231c4f3c138114855 (patch)
tree0803382d19db5d0fd1ac0c499fb65dd608ef8f26 /tests
parent70bfe1b7998896852dff5c8fe0ed0f577965fc19 (diff)
resolve_deps(): Move to src/deps.sh
Diffstat (limited to 'tests')
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 397cdc2..6eb9878 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -21,7 +21,7 @@ CLEANFILES += $(tests_parse_control_basic_LDADD)
tests_resolve_deps_basic_SOURCES = \
tests/resolve_deps.basic.sh \
tests/common.sh \
- src/pkg.sh
+ src/deps.sh
tests_resolve_deps_basic_LDADD = $(tests_resolve_deps_basic_SOURCES:.sh=.sho)
CLEANFILES += $(tests_resolve_deps_basic_LDADD)