diff options
| author | zaverden <[email protected]> | 2023-06-14 16:58:53 +0300 |
|---|---|---|
| committer | zaverden <[email protected]> | 2023-06-14 16:58:53 +0300 |
| commit | 2b04674cd1602dd79c2b5777c51e9df98d040ffa (patch) | |
| tree | fde2e5110db9bbb96fb9cf54151056022c965fe6 | |
| parent | 604a7cf104dc4e6198d3a3a335ba69e94bffee3a (diff) | |
fix(conf): do not deduce out for _TS_TEST_BASE
| -rw-r--r-- | build/conf/ts/ts_test.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/ts/ts_test.conf b/build/conf/ts/ts_test.conf index 8c4cca245f8..e1b3352a4ef 100644 --- a/build/conf/ts/ts_test.conf +++ b/build/conf/ts/ts_test.conf @@ -56,6 +56,9 @@ module _TS_TEST_BASE: _BARE_UNIT { _TS_TEST_FOR_ARGS($MODULE_ARGS_RAW) # setup toolchain vars _SET_EXTERNAL_RESOURCES() + + # we don't want to have TS outputs for tests + DISABLE(TS_CONFIG_DEDUCE_OUT) } macro _TS_TEST_FOR_ARGS(FOR_MOD) { |
