17/07/2018 18:00, Reshma Pattan:
> make rule test-basic is duplicate of test rule.
> removed unused test-mempool and test-ring make rules.
>
> Fixes: a3df7f8d9c ("mk: rename test related rules")
> Fixes: a3df7f8d9c ("mk: rename test related rules")
> CC: [email protected]
> CC: [email protected]
>
> Signed-off-by: Reshma Pattan <[email protected]>
> ---
> -.PHONY: test test-basic test-fast test-ring test-mempool test-perf coverage
> test-drivers test-dump
> -test test-basic test-fast test-ring test-mempool test-perf coverage
> test-drivers test-dump:
> +.PHONY: test test-fast test-perf coverage test-drivers test-dump
> +test test-fast test-perf coverage test-drivers test-dump:
Why keeping test-ring test-mempool ?