summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-10-13 14:33:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-13 14:36:06 +0100
commitca478e7546c059574e0f134125deb38c8cbc9111 (patch)
tree749646199c99579541898fabb4fc05fb2c3a724c /tests
parent40f5953828c4d82b39890ad4da4603693eff8af7 (diff)
downloadgst-libav-ca478e7546c059574e0f134125deb38c8cbc9111.tar.gz
Remove autotools build system
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am10
-rw-r--r--tests/check/.gitignore4
-rw-r--r--tests/check/Makefile.am46
-rw-r--r--tests/check/generic/.gitignore3
-rw-r--r--tests/files/Makefile.am3
5 files changed, 0 insertions, 66 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 0ecdd8f..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-if HAVE_GST_CHECK
-SUBDIRS_CHECK = check
-else
-SUBDIRS_CHECK =
-endif
-
-SUBDIRS = $(SUBDIRS_CHECK) files
-
-DIST_SUBDIRS = check files
-
diff --git a/tests/check/.gitignore b/tests/check/.gitignore
deleted file mode 100644
index 63a4b14..0000000
--- a/tests/check/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-test-registry.*
-elements/avdec_adpcm
-elements/avdemux_ape
-.dirstamp
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
deleted file mode 100644
index 5429eb2..0000000
--- a/tests/check/Makefile.am
+++ /dev/null
@@ -1,46 +0,0 @@
-include $(top_srcdir)/common/check.mak
-
-CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.xml
-TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
-
-REGISTRY_ENVIRONMENT = \
- GST_REGISTRY_1_0=$(CHECK_REGISTRY)
-
-AM_TESTS_ENVIRONMENT += \
- $(REGISTRY_ENVIRONMENT) \
- GST_PLUGIN_SYSTEM_PATH_1_0= \
- GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/../gst-plugins-good/gst:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR)
-
-# ths core dumps of some machines have PIDs appended
-CLEANFILES = core.* test-registry.xml
-
-clean-local: clean-local-check
-
-check_PROGRAMS = \
- generic/plugin-test \
- generic/libavcodec-locking \
- elements/avdec_adpcm \
- elements/avdemux_ape
-
-VALGRIND_TO_FIX = \
- generic/plugin-test \
- generic/libavcodec-locking \
- elements/avdemux_ape
-
-TESTS = $(check_PROGRAMS)
-
-# these tests don't even pass
-noinst_PROGRAMS =
-
-AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \
- $(GST_OPTION_CFLAGS) -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
- $(PTHREAD_CFLAGS)
-
-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
-
-# valgrind testing
-VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX)
-
-SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-libav.supp
-
-EXTRA_DIST = gst-libav.supp
diff --git a/tests/check/generic/.gitignore b/tests/check/generic/.gitignore
deleted file mode 100644
index d79329a..0000000
--- a/tests/check/generic/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.dirstamp
-libavcodec-locking
-plugin-test
diff --git a/tests/files/Makefile.am b/tests/files/Makefile.am
deleted file mode 100644
index dd576b9..0000000
--- a/tests/files/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_DIST = \
- 586957.ape \
- 591809.wav