Skip to content

Commit 9fae255

Browse files
cooppCooper Partin
andauthored
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 <[email protected]>
1 parent 6103dd1 commit 9fae255

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Test /? and /help option
2+
// RUN: %dxc /? | FileCheck %s
3+
// RUN: %dxc /help | FileCheck %s
4+
5+
// Test to ensure the help text for '-Qsource_in_debug_module' is present
6+
// CHECK:-Qsource_in_debug_module
7+
// CHECK:Embed source code in PDB

0 commit comments

Comments
 (0)