diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index c80ad42..2d71db0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -25,7 +25,7 @@ all_targets += poll poll-cancel ring-leak fsync io_uring_setup io_uring_register short-read openat2 probe shared-wq personality eventfd \ send_recv eventfd-ring across-fork sq-poll-kthread splice \ lfs-openat lfs-openat-write iopoll d4ae271dfaae-test \ - eventfd-disable close-opath + eventfd-disable close-opath ce593a6c480a-test include ../Makefile.quiet @@ -65,7 +65,7 @@ test_srcs := poll.c poll-cancel.c ring-leak.c fsync.c io_uring_setup.c \ madvise.c short-read.c openat2.c probe.c shared-wq.c \ personality.c eventfd.c eventfd-ring.c across-fork.c sq-poll-kthread.c \ splice.c lfs-openat.c lfs-openat-write.c iopoll.c d4ae271dfaae-test.c \ - eventfd-disable.c close-opath.c + eventfd-disable.c close-opath.c ce593a6c480a-test.c ifdef CONFIG_HAVE_STATX test_srcs += statx.c @@ -86,6 +86,7 @@ accept-link: XCFLAGS = -lpthread submit-reuse: XCFLAGS = -lpthread poll-v-poll: XCFLAGS = -lpthread across-fork: XCFLAGS = -lpthread +ce593a6c480a-test: XCFLAGS = -lpthread install: $(all_targets) runtests.sh runtests-loop.sh $(INSTALL) -D -d -m 755 $(datadir)/liburing-test/ |