summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-01-08 15:48:57 -0700
committerJens Axboe <axboe@kernel.dk>2019-01-08 15:49:32 -0700
commitbaa8d243ccffb4d8d45c8b97a9a9c0b7a25ae143 (patch)
treeea274011f73400a106b9ab4110e478058662cfe4 /Makefile
parent357ca596841f07d10cc1cbdcd227fc0edb6550d8 (diff)
Add simple test/ Makefile
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88e98c9..0fbd83c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,14 @@ default: all
all:
@$(MAKE) -C src
+ @$(MAKE) -C test
install:
@$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
clean:
@$(MAKE) -C src clean
+ @$(MAKE) -C test clean
tag-archive:
@git tag $(TAG)