From 37c8c1c80b89127d5f876a193c5fdcc916e03b6c Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 20 Sep 2017 14:03:58 +0100 Subject: Dropped support for autotools build It's just too much of a pain to maintain. --- test/Makefile.am | 4 ---- test/travis-build.sh | 9 +-------- 2 files changed, 1 insertion(+), 12 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 8cf26e2..0000000 --- a/test/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -## Process this file with automake to produce Makefile.in - -EXTRA_DIST = meson.build conftest.py pytest.ini test_sshfs.py \ - util.py wrong_command.c diff --git a/test/travis-build.sh b/test/travis-build.sh index ba04295..c4ed185 100755 --- a/test/travis-build.sh +++ b/test/travis-build.sh @@ -36,13 +36,6 @@ for san in undefined address; do meson -D b_sanitize=${san} -D b_lundef=false -D werror=true .. ninja ${TEST_CMD} + sudo ninja install cd .. done - -# Autotools build -CC=gcc -autoreconf -i -./configure -make -${TEST_CMD} -sudo make install -- cgit v1.2.3