From 4916320ec374cc5d2b4062c48d2e4c576472b739 Mon Sep 17 00:00:00 2001
From: Jens Axboe <axboe@kernel.dk>
Date: Wed, 17 Apr 2019 17:38:14 +0000
Subject: Separate test cases from examples

Also adds a runtests makefile target.
---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index fe4fcb4..e78c990 100644
--- a/Makefile
+++ b/Makefile
@@ -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					\
-- 
cgit