summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-20 19:51:49 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-05-22 13:29:59 +0200
commitf2728701b2e537a3000d570f1c1bfc1dd979f12e (patch)
treef5ecbf1d8622790507f752c524f63ebb86de1fe0 /tests
parent3ec351c10647626a9ef7190f67b4e3838c9867dc (diff)
downloadlibmediaart-f2728701b2e537a3000d570f1c1bfc1dd979f12e.tar.gz
Remove Autotools
There is no point in keeping two build systems in parallel, especially when one of them is Autotools.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index fefc7af..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-test_programs = mediaarttest
-dist_test_data = \
- 543249_King-Kilo---Radium.mp3 \
- cover.png
-
-AM_CPPFLAGS = \
- $(BUILD_CFLAGS) \
- -I$(top_srcdir) \
- $(LIBMEDIAART_CFLAGS)
-
-LDADD = \
- $(top_builddir)/libmediaart/libmediaart-@LIBMEDIAART_API_VERSION@.la \
- $(BUILD_LIBS) \
- $(LIBMEDIAART_LIBS)
-
-mediaarttest_SOURCES = mediaarttest.c
-
-EXTRA_DIST = meson.build \
- $(dist_test_data)