diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 38217ab..1710c8b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,6 +22,10 @@ all_targets += poll poll-cancel ring-leak fsync io_uring_setup io_uring_register include ../Makefile.quiet +ifneq ($(MAKECMDGOALS),clean) +include ../config-host.mak +endif + all: $(all_targets) %: %.c |