aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am10
-rwxr-xr-xtest/travis-build.sh8
2 files changed, 0 insertions, 18 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
deleted file mode 100644
index 6bcea43..0000000
--- a/test/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
-noinst_PROGRAMS = test_syscalls test_write_cache test_setattr
-
-test_write_cache_LDADD = ../lib/libfuse3.la
-test_setattr_LDADD = ../lib/libfuse3.la
-
-EXTRA_DIST = meson.build wrong_command.c
-
diff --git a/test/travis-build.sh b/test/travis-build.sh
index dcf2421..cbc00da 100755
--- a/test/travis-build.sh
+++ b/test/travis-build.sh
@@ -46,14 +46,6 @@ for san in undefined address; do
cd ..
done
-# Autotools build
-CC=gcc
-./makeconf.sh
-./configure
-make
-sudo ${TEST_CMD}
-sudo make install
-
# Documentation
doxygen doc/Doxyfile