소스 검색

Wrong test name for Crypto++

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
6f7e1c98f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tests/deps/use-cryptopp/test_use_cryptopp.py

+ 1
- 1
tests/deps/use-cryptopp/test_use_cryptopp.py 파일 보기

@@ -3,7 +3,7 @@ from tests import DDS
from dds_ci import proc


def test_get_build_use_libsodium(dds: DDS):
def test_get_build_use_cryptopp(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)

Loading…
취소
저장