From 38fc3f6b2f92537682033ec95bc51fa565a14780 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 13 Mar 2023 12:43:31 +0100 Subject: Add `tests` target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba28719..dabaea9 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,6 @@ dist: clean install: all mkdir -p ${PREFIX}/lib/${NAME} cp ${SHARED} ${PREFIX}/lib/${NAME}/ + +tests: all + @make -C test -- cgit v1.2.3