diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-04-17 17:38:14 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-04-17 11:39:39 -0600 |
commit | 4916320ec374cc5d2b4062c48d2e4c576472b739 (patch) | |
tree | 5f6fd8bdc735da53000e3a03bedf9b564e148f0f /Makefile | |
parent | 76b61ebf1bd17d3a31c3bf2d8236b9bd50d0f9a8 (diff) |
Separate test cases from examples
Also adds a runtests makefile target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |