summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2017-03-21 18:55:37 +0200
committerErnestas Kulik <ernestask@gnome.org>2017-03-22 17:18:29 +0200
commit857a90c29b6a91dcad4af4134fb1bc29a5897e31 (patch)
treeba58f5b600b7c37ab933dff6ff03d37a31bd0709 /test
parent033378c418b32af5280f855b206a34bf0a3e148a (diff)
downloadnautilus-857a90c29b6a91dcad4af4134fb1bc29a5897e31.tar.gz
autotools: kill it
We’re moving to Meson this cycle, so this is losing some deadweight. https://bugzilla.gnome.org/show_bug.cgi?id=780366
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am47
1 files changed, 0 insertions, 47 deletions
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)