Skip to content

Commit 93f4a09

Browse files
authored
Disable test-config.tst when using build with asserts. (#230)
This test is failing for debug builds as the output checks whether verification is enabled (which it is for debug builds). The REQUIRES will disable this test when asserts are enabled.
1 parent c7b4719 commit 93f4a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Config/test-config.tst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: --add-target-passes=false --verbosity=info --show-config | FileCheck %s --check-prefix CLI
33
// RUN: QSSC_TARGET_NAME="MockEnv" QSSC_TARGET_CONFIG_PATH="path/to/config/Env" QSSC_VERBOSITY=DEBUG \
44
// RUN: qss-compiler --allow-unregistered-dialect=false --add-target-passes=false --show-config | FileCheck %s --check-prefix ENV
5+
// REQUIRES: !asserts
56

67
// CLI: inputSource: -
78
// CLI: directInput: 0

0 commit comments

Comments
 (0)