diff options
author | Jackie Liu <liuyun01@kylinos.cn> | 2019-11-20 11:14:22 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-11-19 20:35:57 -0700 |
commit | 2e7d74490387c62eb2f20e536acb9f5ab761d1aa (patch) | |
tree | 64996a0d9574fe057aa7fdb8271e12884391c5e3 /Makefile | |
parent | 6a273eaa1ab5964efc632d4bb5ace150220275d0 (diff) | |
download | liburing-2e7d74490387c62eb2f20e536acb9f5ab761d1aa.tar.gz liburing-2e7d74490387c62eb2f20e536acb9f5ab761d1aa.tar.bz2 |
built liburing.so and test binary first when runtests
Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ all: @$(MAKE) -C test @$(MAKE) -C examples -runtests: +runtests: all @$(MAKE) -C test runtests runtests-loop: @$(MAKE) -C test runtests-loop |