diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-25 17:51:42 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-25 17:56:54 (EDT) |
commit | 56b3636acd3106b46ec0ebfe5a08434a2fd423c1 (patch) | |
tree | e3a2483b9b20230a15ef7f93dadfa2c1ac89753d /tests/local.mk | |
parent | 3031ace14b82d02324b366665ae779485c04d516 (diff) |
tests/parse_control.sh: New test file
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 9be9cc7..934259e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,5 +1,6 @@ check_PROGRAMS = \ tests/parse_control.basic \ + tests/parse_control \ tests/resolve_deps.basic \ tests/arch_is_concerned \ tests/plat_is_concerned \ @@ -19,6 +20,16 @@ tests_parse_control_basic_SOURCES = \ tests_parse_control_basic_LDADD = $(tests_parse_control_basic_SOURCES:.sh=.sho) CLEANFILES += $(tests_parse_control_basic_LDADD) +tests_parse_control_SOURCES = \ + tests/parse_control.sh \ + tests/aux/common.sh \ + tests/aux/tap-functions.sh \ + src/locale.sh \ + src/output.sh \ + src/control.sh +tests_parse_control_LDADD = $(tests_parse_control_SOURCES:.sh=.sho) +CLEANFILES += $(tests_parse_control_LDADD) + tests_resolve_deps_basic_SOURCES = \ tests/resolve_deps.basic.sh \ tests/aux/common.sh \ |