]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
[vlc] / src / Makefile.am
index 5f474be453c86e750188e41cc513a6fa3b773954..cea22989d48e22d3c245b1e6f8d005acde42f566 100644 (file)
@@ -442,7 +442,6 @@ check_PROGRAMS = \
        test_url \
        test_utf8 \
        test_headers \
-       test_control \
        $(NULL)
 
 dist_check_SCRIPTS = check_symbols
@@ -469,10 +468,6 @@ test_utf8_CFLAGS = $(CFLAGS_tests)
 test_headers_SOURCES = test/headers.c
 test_headers_CFLAGS = $(CFLAGS_tests)
 
-test_control_SOURCES = control/testapi.c
-test_control_LDADD = libvlc-control.la
-test_control_CFLAGS = $(CFLAGS_tests)
-
 check-local:
        for h in `echo $(dist_pkginclude_HEADERS) $(pkginclude_HEADERS) | sed -e s,\.\./include/,,g`; \
        do \