Skip to content

Commit 5638f74

Browse files
committed
Flatten test folder
1 parent 4ddb1f5 commit 5638f74

File tree

11 files changed

+2
-7
lines changed

11 files changed

+2
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ add_subdirectory(src/torchcodec/_core)
77
option(BUILD_TESTS "Build tests" OFF)
88
if(BUILD_TESTS)
99
enable_testing()
10-
add_subdirectory(test/decoders)
10+
add_subdirectory(test)
1111
endif()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ add_executable(
2323

2424
target_include_directories(VideoDecoderTest SYSTEM PRIVATE ${TORCH_INCLUDE_DIRS})
2525
target_include_directories(VideoDecoderTest SYSTEM PRIVATE ${libav_include_dirs})
26-
target_include_directories(VideoDecoderTest PRIVATE ../../)
26+
target_include_directories(VideoDecoderTest PRIVATE ../)
2727

2828
target_link_libraries(
2929
VideoDecoderTest

test/decoders/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/samplers/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)