citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a8775c405dd575a2d49f55e51b76788b6f16b719
parent 2b22ade39aa603848e784e04aaf4f7f9e4a0e76f
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Wed,  3 Mar 2021 22:36:07 -0800

make: add test target

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -29,5 +29,7 @@ SUBDIR += man #} +test: + prove -I. .include "Makefile.in"