Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/Makefile: Append
-lpthread
to LDFLAGS
for all tests
Instead of overriding LDFLAGS one by one for tests that need pthread, append -lpthread to LDFLAGS for all tests. This makes the Makefile script simpler. It also saves some hassle when we add a new test that does use pthread. Signed-off-by: Ammar Faizi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information