From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> Make it easy to manage and find by sorting it alphabetically. Also, add a comment to remind us to keep it sorted alphabetically. Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 444c749..923f984 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,6 +33,7 @@ override CXXFLAGS += $(XCFLAGS) -std=c++11 -DLIBURING_BUILD_TEST LDFLAGS ?= override LDFLAGS += -L../src/ -luring -lpthread +# Please keep this list sorted alphabetically. test_srcs := \ 232c93d07b74.c \ 35fa71a030ca.c \ @@ -133,6 +134,7 @@ test_srcs := \ short-read.c \ shutdown.c \ sigfd-deadlock.c \ + skip-cqe.c \ socket-rw.c \ socket-rw-eagain.c \ socket-rw-offset.c \ @@ -159,7 +161,6 @@ test_srcs := \ tty-write-dpoll.c \ unlink.c \ wakeup-hang.c \ - skip-cqe.c \ # EOL -- Ammar Faizi