Hi Jens, Two patches in this series: - Append -lpthread for all tests and remove the LDFLAGS override for tests that use pthread. - Another patch to append `.test` to the test binary filename for gitignore simplification after my first try at [1]. [1]: https://lore.kernel.org/io-uring/20220403095602.133862-1-ammarfaizi2@xxxxxxxxxxx Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (2): test/Makefile: Append -lpthread for all tests test/Makefile: Append `.test` to the test binary filename .gitignore | 132 +------------------------------------------------- test/Makefile | 33 +++---------- 2 files changed, 7 insertions(+), 158 deletions(-) base-commit: c0a2850e7192edbf3679265db20e2fb2a828e830 -- Ammar Faizi