diff options
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 30cb38c..acbb674 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -20,10 +20,12 @@ tests = \ tests/ob_match_arch.sh \ tests/ob_parse_dep.sh \ tests/ob_reduce_deps.sh \ + tests/ob_arch_is_concerned.sh \ tests/ob_plat_is_concerned.sh tests_data = \ tests/ob_match_arch.rc \ tests/ob_parse_dep.rc \ tests/ob_reduce_deps.rc \ + tests/ob_arch_is_concerned.rc \ tests/ob_plat_is_concerned.rc |