You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- from tests import DDS
-
- from dds_ci import proc
-
-
- def test_get_build_use_spdlog(dds: DDS):
- dds.catalog_import(dds.source_root / 'catalog.json')
- tc_fname = 'gcc.tc.jsonc' if 'gcc' in dds.default_builtin_toolchain else 'msvc.tc.jsonc'
- tc = str(dds.test_dir / tc_fname)
- dds.build(toolchain=tc, apps=True)
- proc.check_run((dds.build_dir / 'use-spdlog').with_suffix(dds.exe_suffix))
|