diff options
| author | Leonard Kugis <leonard@kug.is> | 2025-10-02 00:03:55 +0200 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2025-10-02 00:03:55 +0200 |
| commit | 65e1d31000f6a31c882134277758b03cb980581a (patch) | |
| tree | 718d7b040ab17ff8f6ab21f274d65c732efb3268 /tests/Makefile.am | |
| parent | 98f6fd6d3513f65e3f065d62c647ae884830cde6 (diff) | |
| download | bindfs-65e1d31000f6a31c882134277758b03cb980581a.tar.gz | |
Removed autotools files
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
