diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 9a3bb8e..bc68871 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -20,3 +20,8 @@ tests = \ tests/ob_match_arch.sh \ tests/ob_parse_dep.sh \ tests/ob_reduce_deps.sh + +tests_data = \ + tests/ob_match_arch.rc \ + tests/ob_parse_dep.rc \ + tests/ob_reduce_deps.rc |