[vlc-commits] [Git][videolan/vlc][master] test: src: add viewpoint test in meson.build
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Dec 22 12:06:08 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
4ae67543 by Alexandre Janniaux at 2024-12-22T11:52:37+00:00
test: src: add viewpoint test in meson.build
The tests were added in af87547497ed28920d99dddff696e6f627a395c5.
- - - - -
1 changed file:
- test/src/meson.build
Changes:
=====================================
test/src/meson.build
=====================================
@@ -18,6 +18,13 @@ vlc_tests += {
'suite' : ['src', 'test_src'],
}
+vlc_tests += {
+ 'name' : 'test_src_misc_viewpoint',
+ 'sources' : files('misc/viewpoint.c'),
+ 'suite' : ['src', 'test_src'],
+ 'link_with' : [libvlccore],
+}
+
vlc_tests += {
'name' : 'test_src_clock_clock',
'sources' : files(
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4ae6754355eecf72da9b5d5880ca3adc898a3424
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4ae6754355eecf72da9b5d5880ca3adc898a3424
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list