blob: f7a17a17e4e7c6c3d8b841aafe43e5c00fc2d286 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- test/meson.build.orig 2021-09-06 12:45:29 UTC
+++ test/meson.build
@@ -7,9 +7,9 @@ foreach prog: [ 'test_write_cache', 'test_setattr' ]
dependencies: thread_dep,
install: false)
endforeach
-td += executable('test_syscalls', 'test_syscalls.c',
- include_directories: include_dirs,
- install: false)
+#td += executable('test_syscalls', 'test_syscalls.c',
+# include_directories: include_dirs,
+# install: false)
td += executable('readdir_inode', 'readdir_inode.c',
include_directories: include_dirs,
install: false)
|