From 29db93f9fe8a5d02c0f044cae5b5a9f72ba71ce4 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sun, 21 Aug 2022 18:51:10 +0530 Subject: [PATCH] feat (make): add targets for tests --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb1cb25..6a5e57e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all builddir configure compile clean +.PHONY: all builddir configure compile clean test build: prebuild configure compile INSTALL = install @@ -36,3 +36,8 @@ install: preinstall uninstall: rm ${bindir}${BIN} rm ${mandir}${MAN} + +test: + test/default.sh +test-run: + test/stdouterr