diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2023-11-29 19:39:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-12-13 15:20:43 (GMT) |
commit | 88863d83d62b7668047ee78a3ada841364e119a0 (patch) | |
tree | 7af47ede9f38acae8a2c6cc3ccd85cac5eb1a13d /Tests/RunCMake/FileAPI/codemodel-v2-check.py | |
parent | 1ec0372ed4b450e242fdb8f6a7d2862baa61b501 (diff) | |
download | CMake-88863d83d62b7668047ee78a3ada841364e119a0.zip CMake-88863d83d62b7668047ee78a3ada841364e119a0.tar.gz CMake-88863d83d62b7668047ee78a3ada841364e119a0.tar.bz2 |
fileapi: Add test launcher to codemodel-v2
We do not need to bump the minor version because it was recently bumped
by addition of the cross-compiling emulator as another kind of launcher.
Diffstat (limited to 'Tests/RunCMake/FileAPI/codemodel-v2-check.py')
-rw-r--r-- | Tests/RunCMake/FileAPI/codemodel-v2-check.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/FileAPI/codemodel-v2-check.py b/Tests/RunCMake/FileAPI/codemodel-v2-check.py index f46448b..5f41ad9 100644 --- a/Tests/RunCMake/FileAPI/codemodel-v2-check.py +++ b/Tests/RunCMake/FileAPI/codemodel-v2-check.py @@ -809,6 +809,8 @@ def gen_check_targets(c, g, inSource): read_codemodel_json_data("targets/cxx_exe.json"), read_codemodel_json_data("targets/cxx_exe_cross_emulator.json"), read_codemodel_json_data("targets/cxx_exe_cross_emulator_args.json"), + read_codemodel_json_data("targets/cxx_exe_test_launcher_and_cross_emulator.json"), + read_codemodel_json_data("targets/cxx_exe_test_launcher.json"), read_codemodel_json_data("targets/cxx_standard_compile_feature_exe.json"), read_codemodel_json_data("targets/cxx_standard_exe.json"), read_codemodel_json_data("targets/cxx_shared_lib.json"), |