diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-07 11:11:56 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-07 11:11:56 (EST) |
commit | e983f666c1acbe2f5c7d0213cd104c7f6de1e3de (patch) | |
tree | 307819c7ef864c7ae6b1efee670fe2e73823f2a9 /tests | |
parent | 1c90f33c7a22ab3450a228e90c80e1b4a74345f0 (diff) |
tests/local.mk: Add missing dependency
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index f14d82e..4c54bc8 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -50,5 +50,6 @@ tests_plat_is_concerned_LDADD = $(tests_plat_is_concerned_SOURCES:.sh=.sho) tests_reduce_deps_SOURCES = \ tests/reduce_deps.sh \ tests/common.sh \ - src/deps.sh + src/deps.sh \ + src/archplat.sh tests_reduce_deps_LDADD = $(tests_reduce_deps_SOURCES:.sh=.sho) |