diff options
-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) |