summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-10-14 00:48:32 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 00:58:55 +0100
commite8a4500d758ee46ebdf7713fad33608e36f83345 (patch)
tree02b01dec149a55d3d8ecd4b2f5da4641865189fa /tests
parenta5a22f03a56e966c8da2c3eafa78c22de9d7ac87 (diff)
downloadgst-omx-e8a4500d758ee46ebdf7713fad33608e36f83345.tar.gz
Remove autotools build
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am9
-rw-r--r--tests/check/.gitignore2
-rw-r--r--tests/check/Makefile.am45
-rw-r--r--tests/check/generic/.gitignore3
4 files changed, 0 insertions, 59 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index dfe3b5a..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-if HAVE_GST_CHECK
-SUBDIRS_CHECK = check
-else
-SUBDIRS_CHECK =
-endif
-
-SUBDIRS = $(SUBDIRS_CHECK)
-
-DIST_SUBDIRS = check
diff --git a/tests/check/.gitignore b/tests/check/.gitignore
deleted file mode 100644
index 789588b..0000000
--- a/tests/check/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-test-registry.*
-orc
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
deleted file mode 100644
index 6b0ffe8..0000000
--- a/tests/check/Makefile.am
+++ /dev/null
@@ -1,45 +0,0 @@
-include $(top_srcdir)/common/check.mak
-
-CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
-TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
-
-REGISTRY_ENVIRONMENT = \
- GST_REGISTRY_1_0=$(CHECK_REGISTRY)
-
-if USE_OMX_TARGET_BELLAGIO
- OMX_CONFIG_DIR = $(top_srcdir)/config/bellagio
-endif
-if USE_OMX_TARGET_RPI
- OMX_CONFIG_DIR = $(top_srcdir)/config/rpi
-endif
-if USE_OMX_TARGET_ZYNQ_USCALE_PLUS
- OMX_CONFIG_DIR = $(top_srcdir)/config/zynqultrascaleplus
-endif
-if USE_OMX_TARGET_TIZONIA
- OMX_CONFIG_DIR = $(top_srcdir)/config/tizonia
-endif
-
-AM_TESTS_ENVIRONMENT += \
- $(REGISTRY_ENVIRONMENT) \
- GST_PLUGIN_SYSTEM_PATH_1_0= \
- GST_PLUGIN_PATH_1_0=$(top_builddir)/omx:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
- GST_PLUGIN_LOADING_WHITELIST="gstreamer@$(GST_PLUGINS_DIR):gst-plugins-base@$(GSTPB_PLUGINS_DIR):gst-omx@$(top_builddir)" \
- GST_STATE_IGNORE_ELEMENTS="" \
- GST_OMX_CONFIG_DIR=$(OMX_CONFIG_DIR)
-
-# the core dumps of some machines have PIDs appended
-CLEANFILES = core.* test-registry.*
-
-clean-local: clean-local-check
-distclean-local: distclean-local-orc
-
-check_PROGRAMS = \
- generic/states
-
-TESTS = $(check_PROGRAMS)
-
-AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \
- $(GST_OPTION_CFLAGS) $(GST_CFLAGS) -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
- -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
- -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS $(PTHREAD_CFLAGS)
-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
diff --git a/tests/check/generic/.gitignore b/tests/check/generic/.gitignore
deleted file mode 100644
index 8d9bd1f..0000000
--- a/tests/check/generic/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.dirstamp
-index
-states