Separate test cases from examples

Also adds a runtests makefile target.
This commit is contained in:
Jens Axboe
2019-04-17 17:38:14 +00:00
parent 76b61ebf1b
commit 4916320ec3
5 changed files with 28 additions and 9 deletions

View File

@@ -13,6 +13,10 @@ default: all
all:
@$(MAKE) -C src
@$(MAKE) -C test
@$(MAKE) -C examples
runtests:
@$(MAKE) -C test runtests
config-host.mak: configure
@if [ ! -e "$@" ]; then \