diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-08-21 11:59:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-02 23:22:23 -0400 |
commit | ac44401205b9b2da48ce5bdb0bd772df8bf2df4b (patch) | |
tree | c8c777804f368d1c8cf58e762cb67ed3be303a8a /sysdeps/unix/sysv/linux/Makefile | |
parent | b7835e3223de60d3f5bf1fed66468b5052cd595f (diff) | |
download | glibc-ac44401205b9b2da48ce5bdb0bd772df8bf2df4b.tar.gz glibc-ac44401205b9b2da48ce5bdb0bd772df8bf2df4b.tar.xz glibc-ac44401205b9b2da48ce5bdb0bd772df8bf2df4b.zip |
tst-fanotify: new simple test
Basic test for the fanotify functions. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 247cb9c111..234d5a747a 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -38,7 +38,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ bits/socket_type.h bits/syscall.h bits/sysctl.h \ bits/mman-linux.h -tests += tst-clone +tests += tst-clone tst-fanotify # Generate the list of SYS_* macros for the system calls (__NR_* macros). |