From ca478e7546c059574e0f134125deb38c8cbc9111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 13 Oct 2019 14:33:27 +0100 Subject: Remove autotools build system --- tests/Makefile.am | 10 --------- tests/check/.gitignore | 4 ---- tests/check/Makefile.am | 46 ------------------------------------------ tests/check/generic/.gitignore | 3 --- tests/files/Makefile.am | 3 --- 5 files changed, 66 deletions(-) delete mode 100644 tests/Makefile.am delete mode 100644 tests/check/.gitignore delete mode 100644 tests/check/Makefile.am delete mode 100644 tests/check/generic/.gitignore delete mode 100644 tests/files/Makefile.am (limited to 'tests') 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 -- cgit v1.2.1