From 737336731a79df68fd946bf95cf7bd6e80cc8063 Mon Sep 17 00:00:00 2001 From: saundersp Date: Fri, 14 Mar 2025 00:20:00 +0100 Subject: [PATCH] Makefile : Added test target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index e8a9d6f..53ed3f8 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,12 @@ install: gcd/bin/gcd format_bytes/bin/format_bytes format_time/bin/format_time f uninstall: @cd /usr/bin && rm -v compress convertUTF8 extract gcd format_bytes format_time format_time_ns +.NOTPARALLEL: +.PHONY: test +test: + @(cd format_bytes && exec make -s test) + @(cd format_time && exec make -s test) + .NOTPARALLEL: .PHONY: clean clean: