]> git.sesse.net Git - vlc/blobdiff - test/Makefile.am
LibVLC: remove exceptions infrastructure
[vlc] / test / Makefile.am
index 5b4cc5d12790b26f0a9562656be097b15b6c2ba3..ac1bc6960f824ac08baaf73a95d0ab63bfabaaaf 100644 (file)
@@ -4,6 +4,11 @@
 
 AUTOMAKE_OPTIONS = subdir-objects
 
+extra_check_verbose = $(extra_check_verbose_$(V))
+extra_check_verbose_ = $(extra_check_flags__$(AM_DEFAULT_VERBOSITY))
+extra_check_verbose_0 = @echo TEST $@
+extra_check_verbose__0 = $(extra_check_verbose_0)
+
 ###############################################################################
 # Unit/regression test
 ###############################################################################
@@ -11,7 +16,6 @@ check_PROGRAMS = \
        test_libvlc_core \
        test_libvlc_events \
        test_libvlc_media_list \
-       test_libvlc_media_list_player \
        test_libvlc_media_player \
        test_src_misc_variables \
         $(NULL)
@@ -20,13 +24,13 @@ check_PROGRAMS = \
 # meta: No suitable test file
 EXTRA_PROGRAMS = \
        test_libvlc_meta \
-       test_dummy \
+       test_libvlc_media_list_player \
        $(NULL)
 
 #check_DATA = samples/test.sample samples/meta.sample
 EXTRA_DIST = samples/empty.voc
 
-check_HEADERS = libvlc/test.h
+check_HEADERS = libvlc/test.h libvlc/libvlc_additions.h
 
 TESTS = $(check_PROGRAMS)