From 857a90c29b6a91dcad4af4134fb1bc29a5897e31 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Tue, 21 Mar 2017 18:55:37 +0200 Subject: autotools: kill it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’re moving to Meson this cycle, so this is losing some deadweight. https://bugzilla.gnome.org/show_bug.cgi?id=780366 --- test/Makefile.am | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 test/Makefile.am (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am deleted file mode 100644 index e1b1e1a6c..000000000 --- a/test/Makefile.am +++ /dev/null @@ -1,47 +0,0 @@ -NULL= - -AM_CPPFLAGS =\ - -I$(top_srcdir) \ - $(BASE_CFLAGS) \ - $(COMMON_CFLAGS) \ - $(NAUTILUS_CFLAGS) \ - $(WARNING_CFLAGS) \ - -DVERSION="\"$(VERSION)\"" \ - -DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \ - -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ - $(NULL) - -LDADD =\ - $(top_builddir)/src/libnautilus.la \ - $(NULL) - -noinst_PROGRAMS =\ - test-nautilus-search-engine \ - test-nautilus-directory-async \ - test-nautilus-copy \ - test-file-utilities-get-common-filename-prefix \ - test-eel-string-rtrim-punctuation \ - test-eel-string-get-common-prefix \ - $(NULL) - -test_nautilus_copy_SOURCES = test-copy.c test.c - -test_nautilus_search_engine_SOURCES = test-nautilus-search-engine.c - -test_nautilus_directory_async_SOURCES = test-nautilus-directory-async.c - -test_file_utilities_get_common_filename_prefix_SOURCES = test-file-utilities-get-common-filename-prefix.c - -test_eel_string_rtrim_punctuation_SOURCES = test-eel-string-rtrim-punctuation.c - -test_eel_string_get_common_prefix_SOURCES = test-eel-string-get-common-prefix.c - - -TESTS = test-file-utilities-get-common-filename-prefix \ - test-eel-string-rtrim-punctuation \ - test-eel-string-get-common-prefix \ - $(NULL) - -EXTRA_DIST = \ - test.h \ - $(NULL) -- cgit v1.2.1