Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
fa58e817
Commit
fa58e817
authored
Oct 30, 2015
by
Hugo Beauzée-Luyssen
Browse files
tests: Relocate unittest in a specific folder
parent
9584aa38
Changes
15
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
fa58e817
...
...
@@ -36,22 +36,23 @@ add_definitions("-Wall -Wextra -pedantic")
include_directories
(
${
CMAKE_SOURCE_DIR
}
/include
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/src
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/test
)
include_directories
(
${
LIBVLC_INCLUDE_DIR
}
)
list
(
APPEND TEST_SRCS
MediaTests.cpp
Folders.cpp
Labels.cpp
Albums.cpp
Tests.cpp
Shows.cpp
Movies.cpp
VideoTracks.cpp
AudioTracks.cpp
VLCMetadataServices.cpp
FsUtilsTests.cpp
ArtistTests.cpp
AlbumTrackTests.cpp
unittest/
MediaTests.cpp
unittest/
Folders.cpp
unittest/
Labels.cpp
unittest/
Albums.cpp
unittest/
Tests.cpp
unittest/
Shows.cpp
unittest/
Movies.cpp
unittest/
VideoTracks.cpp
unittest/
AudioTracks.cpp
unittest/
VLCMetadataServices.cpp
unittest/
FsUtilsTests.cpp
unittest/
ArtistTests.cpp
unittest/
AlbumTrackTests.cpp
mocks/FileSystem.h
mocks/DiscovererCbMock.h
...
...
test/AlbumTrackTests.cpp
→
test/unit
test/AlbumTrackTests.cpp
View file @
fa58e817
File moved
test/Albums.cpp
→
test/unit
test/Albums.cpp
View file @
fa58e817
File moved
test/ArtistTests.cpp
→
test/unit
test/ArtistTests.cpp
View file @
fa58e817
File moved
test/AudioTracks.cpp
→
test/unit
test/AudioTracks.cpp
View file @
fa58e817
File moved
test/Folders.cpp
→
test/unit
test/Folders.cpp
View file @
fa58e817
File moved
test/FsUtilsTests.cpp
→
test/unit
test/FsUtilsTests.cpp
View file @
fa58e817
File moved
test/Labels.cpp
→
test/unit
test/Labels.cpp
View file @
fa58e817
File moved
test/MediaTests.cpp
→
test/unit
test/MediaTests.cpp
View file @
fa58e817
File moved
test/Movies.cpp
→
test/unit
test/Movies.cpp
View file @
fa58e817
File moved
test/Shows.cpp
→
test/unit
test/Shows.cpp
View file @
fa58e817
File moved
test/Tests.cpp
→
test/unit
test/Tests.cpp
View file @
fa58e817
File moved
test/Tests.h
→
test/unit
test/Tests.h
View file @
fa58e817
File moved
test/VLCMetadataServices.cpp
→
test/unit
test/VLCMetadataServices.cpp
View file @
fa58e817
File moved
test/VideoTracks.cpp
→
test/unit
test/VideoTracks.cpp
View file @
fa58e817
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment