diff options
Diffstat (limited to 'test/integration/Makefile')
-rw-r--r-- | test/integration/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/integration/Makefile b/test/integration/Makefile index ac75f2f6d1..207a20f4d4 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -27,7 +27,7 @@ UNAME := $(shell uname | tr '[:upper:]' '[:lower:]') all: other non_destructive destructive -other: test_test_infra parsing test_var_precedence unicode test_templating_settings environment test_as includes blocks pull_run pull_no_127 pull_limit_inventory check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_gathering_facts test_binary_modules_posix test_hosts_field test_lookup_properties args +other: test_test_infra parsing test_var_blending test_var_precedence unicode test_templating_settings environment test_as includes blocks pull_run pull_no_127 pull_limit_inventory check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_gathering_facts test_binary_modules_posix test_hosts_field test_lookup_properties args test_test_infra: (cd targets/test_infra && ./runme.sh $(TEST_FLAGS)) @@ -149,6 +149,9 @@ test_handlers: test_hash: (cd targets/hash && ./runme.sh $(TEST_FLAGS)) +test_var_blending: + (cd targets/var_blending && ./runme.sh $(TEST_FLAGS)) + test_var_precedence: (cd targets/var_precedence && ./runme.sh $(TEST_FLAGS)) |