summaryrefslogtreecommitdiff
path: root/etc/evergreen_yml_components/definitions.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen_yml_components/definitions.yml')
-rw-r--r--etc/evergreen_yml_components/definitions.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index 1d5fe4ff950..cc62dc05f7a 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -2797,6 +2797,16 @@ tasks:
targets:
install-core
+- name: iwyu_self_test
+ tags: []
+ commands:
+ - command: subprocess.exec
+ params:
+ binary: bash
+ args:
+ - "src/evergreen/run_python_script.sh"
+ - "buildscripts/iwyu/test/run_tests.py"
+
- name: libdeps_graph_linting
tags: []
depends_on:
@@ -8171,6 +8181,11 @@ task_groups:
- libdeps_graph_linting
- <<: *compile_task_group_template
+ name: iwyu_self_test_TG
+ tasks:
+ - iwyu_self_test
+
+- <<: *compile_task_group_template
name: compile_ninja_TG
tasks:
- compile_ninja