summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 11:10:27 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 11:10:27 (EST)
commit1c90f33c7a22ab3450a228e90c80e1b4a74345f0 (patch)
tree373dd1b5b1beed4fd0a6ae4c96b3ede3eba49aa9
parentd805be059142cb508ef738e5ace95359c9a62e99 (diff)
tests/local.mk: Add missing backslash
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index b25b78d..f14d82e 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -17,7 +17,7 @@ tests_parse_control_basic_SOURCES = \
src/control.sh
tests_parse_control_basic_LDADD = $(tests_parse_control_basic_SOURCES:.sh=.sho)
-tests_resolve_deps_basic_SOURCES =
+tests_resolve_deps_basic_SOURCES = \
tests/resolve_deps.basic.sh \
tests/common.sh \
src/pkg.sh