Skip to content

Commit 052fb0a

Browse files
committed
Core (Tests): Add new subdirectory for LV::Video tests.
1 parent 3d00f5f commit 052fb0a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

libvisual/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ INCLUDE_DIRECTORIES(
55
)
66

77
ADD_SUBDIRECTORY(audio_test)
8-
ADD_SUBDIRECTORY(scale_test)
8+
ADD_SUBDIRECTORY(video_test)
99
ADD_SUBDIRECTORY(time_test)

libvisual/tests/scale_test/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
IF(HAVE_SDL)
2+
LV_BUILD_TEST(video_scale_test
3+
SOURCES video_scale_test.cpp
4+
LINK_LIBS SDL::SDL
5+
)
6+
ENDIF()
File renamed without changes.

0 commit comments

Comments
 (0)