summaryrefslogtreecommitdiff
path: root/tests/icles
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-10-13 14:22:50 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 13:54:27 +0100
commitf218ec279449ece51faf86e0df7032aa02eb831f (patch)
tree48b00c61bdcfea8e50b18d5cb07a1007a93ead3c /tests/icles
parent4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff)
downloadgstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz
Remove autotools build system
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/.gitignore3
-rw-r--r--tests/icles/Makefile.am15
2 files changed, 0 insertions, 18 deletions
diff --git a/tests/icles/.gitignore b/tests/icles/.gitignore
deleted file mode 100644
index 84cfb633b..000000000
--- a/tests/icles/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-equalizer-test
-metadata_editor
-pitch-test
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
deleted file mode 100644
index 2d1918421..000000000
--- a/tests/icles/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-if USE_SOUNDTOUCH
-
-GST_SOUNDTOUCH_TESTS = pitch-test
-
-pitch_test_SOURCES = pitch-test.c
-pitch_test_CFLAGS = $(GST_CONTROLLER_CFLAGS)
-pitch_test_LDADD = $(GST_CONTROLLER_LIBS)
-pitch_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-else
-GST_SOUNDTOUCH_TESTS =
-endif
-
-noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS)
-