ソースを参照

Don't run the deps-tests by default

default_compile_flags
vector-of-bool 4年前
コミット
5d0aef7834
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      tests/deps/deps_test.py

+ 1
- 2
tests/deps/deps_test.py ファイルの表示

## ## ## ## ## ## ## ## ## ##
## ###### ###### ## ###### ######
""" """
CASES = []
add_cases( add_cases(
'pcg-cpp', 'pcg/pcg-cpp', ['auto'], r''' 'pcg-cpp', 'pcg/pcg-cpp', ['auto'], r'''
#include <pcg_random.hpp> #include <pcg_random.hpp>
''') ''')




# @pytest.mark.deps_test
@pytest.mark.deps_test
@pytest.mark.parametrize('case', CASES, ids=[c.dep for c in CASES]) @pytest.mark.parametrize('case', CASES, ids=[c.dep for c in CASES])
def test_dep(case: DepsCase, dds: DDS) -> None: def test_dep(case: DepsCase, dds: DDS) -> None:
case.setup_root(dds) case.setup_root(dds)

読み込み中…
キャンセル
保存