mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
Add test to compile with opencv
This commit is contained in:
Vendored
+5
@@ -37,6 +37,11 @@ def compiler_cpp_17_fpath(fixtures_path: str):
|
||||
return os.path.join(fixtures_path, "compiler", "cpp_17.cu")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def compiler_opencv_fpath(fixtures_path: str):
|
||||
return os.path.join(fixtures_path, "compiler", "opencv.cu")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def sample_magic_cu_line():
|
||||
# fmt: off
|
||||
|
||||
Reference in New Issue
Block a user