Add test to validate that -Qsource_in_debug_module is present in help… (#6601)

This commit adds a new test that validates the help text output contains
the -Qsource_in_debug_module option recently enabled by a previous PR
#6597 .

This is a follow up commit for Issue: #6028

Co-authored-by: Cooper Partin <coopp@ntdev.microsoft.com>
This commit is contained in:
Cooper Partin 2024-05-08 13:01:24 -07:00 коммит произвёл GitHub
Родитель 6103dd1854
Коммит 9fae255270
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,7 @@
// Test /? and /help option
// RUN: %dxc /? | FileCheck %s
// RUN: %dxc /help | FileCheck %s
// Test to ensure the help text for '-Qsource_in_debug_module' is present
// CHECK:-Qsource_in_debug_module
// CHECK:Embed source code in PDB