From 65e1d31000f6a31c882134277758b03cb980581a Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Thu, 2 Oct 2025 00:03:55 +0200 Subject: Removed autotools files --- tests/Makefile.am | 16 ---------------- tests/internals/Makefile.am | 15 --------------- 2 files changed, 31 deletions(-) delete mode 100644 tests/Makefile.am delete mode 100644 tests/internals/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 742899b..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ - -UNAME_S := $(shell uname -s) - -AM_CPPFLAGS = ${my_CPPFLAGS} -AM_CFLAGS = ${my_CFLAGS} - -noinst_PROGRAMS = readdir_inode utimens_nofollow fcntl_locker odirect_read odirect_write test_dir_rewind -readdir_inode_SOURCES = readdir_inode.c -utimens_nofollow_SOURCES = utimens_nofollow.c -fcntl_locker_SOURCES = fcntl_locker.c -odirect_read_SOURCES = odirect_read.c -odirect_write_SOURCES = odirect_write.c -test_dir_rewind_SOURCES = test_dir_rewind.c - -TESTS = test_bindfs.rb -SUBDIRS = internals diff --git a/tests/internals/Makefile.am b/tests/internals/Makefile.am deleted file mode 100644 index f0b86e6..0000000 --- a/tests/internals/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -noinst_HEADERS = test_common.h -noinst_PROGRAMS = test_internals test_rate_limiter -test_internals_SOURCES = test_internals.c test_common.c $(top_srcdir)/src/misc.c $(top_srcdir)/src/arena.c -test_rate_limiter_SOURCES = test_rate_limiter.c test_common.c $(top_srcdir)/src/rate_limiter.c - -test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} ${fuse3_CFLAGS} -I. -I$(top_srcdir)/src -test_internals_CFLAGS = ${my_CFLAGS} -test_internals_LDADD = ${my_LDFLAGS} - -test_rate_limiter_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} ${fuse3_CFLAGS} -I. -I$(top_srcdir)/src -test_rate_limiter_CFLAGS = ${my_CFLAGS} -test_rate_limiter_LDADD = ${my_LDFLAGS} - -TESTS = test_internals_valgrind.sh test_rate_limiter_valgrind.sh -- cgit v1.2.3