]> granicus.if.org Git - strace/blobdiff - tests/Makefile.am
tests: check non-verbose capget/capset output
[strace] / tests / Makefile.am
index e8dff0468baa8cfc269c8af1419ef14b5cc30a13..b62f2568b2333193ec77e17c42263c1e778ada31 100644 (file)
@@ -81,6 +81,7 @@ check_PROGRAMS = \
        brk \
        btrfs \
        caps \
+       caps-abbrev \
        chmod \
        chown \
        chown32 \
@@ -91,6 +92,7 @@ check_PROGRAMS = \
        copy_file_range \
        count-f \
        creat \
+       delete_module \
        dup \
        dup2 \
        dup3 \
@@ -108,6 +110,7 @@ check_PROGRAMS = \
        fadvise64 \
        fadvise64_64 \
        fallocate \
+       fanotify_init \
        fanotify_mark \
        fchdir \
        fchmod \
@@ -121,6 +124,7 @@ check_PROGRAMS = \
        file_handle \
        file_ioctl \
        filter-unavailable \
+       finit_module \
        flock \
        fork-f \
        fstat \
@@ -161,6 +165,7 @@ check_PROGRAMS = \
        getuid32 \
        getxxid \
        inet-cmsg \
+       init_module \
        inotify \
        inotify_init1 \
        ioctl \
@@ -436,6 +441,7 @@ DECODER_TESTS = \
        btrfs-w.test \
        btrfs-vw.test \
        caps.test \
+       caps-abbrev.test \
        chmod.test \
        chown.test \
        chown32.test \
@@ -445,6 +451,7 @@ DECODER_TESTS = \
        clock_xettime.test \
        copy_file_range.test \
        creat.test \
+       delete_module.test \
        dup.test \
        dup2.test \
        dup3.test \
@@ -462,6 +469,7 @@ DECODER_TESTS = \
        fadvise64.test \
        fadvise64_64.test \
        fallocate.test \
+       fanotify_init.test \
        fanotify_mark.test \
        fchdir.test \
        fchmod.test \
@@ -474,6 +482,7 @@ DECODER_TESTS = \
        fdatasync.test \
        file_handle.test \
        file_ioctl.test \
+       finit_module.test \
        flock.test \
        fstat.test \
        fstat64.test \
@@ -513,6 +522,7 @@ DECODER_TESTS = \
        getuid32.test \
        getxxid.test \
        inet-cmsg.test \
+       init_module.test \
        inotify.test \
        inotify_init1.test \
        ioctl.test \
@@ -772,6 +782,7 @@ AM_TEST_LOG_FLAGS = STRACE_ARCH=$(ARCH) MIPS_ABI=$(MIPS_ABI) $(srcdir)/run.sh
 
 EXTRA_DIST = init.sh run.sh match.awk \
             caps.awk \
+            caps-abbrev.awk \
             count-f.expected \
             eventfd.expected \
             fadvise.h \
@@ -779,6 +790,7 @@ EXTRA_DIST = init.sh run.sh match.awk \
             fstatat.c \
             fstatx.c \
             getresugid.c \
+            init_delete_module.h \
             ipc.sh \
             ipc_msgbuf.expected \
             ksysent.sed \