From a562b75ba8719a1eeca7bf30744ace5824f9950e Mon Sep 17 00:00:00 2001 From: xonix Date: Sun, 19 Sep 2021 17:37:08 +0300 Subject: [PATCH] Improvement to `@goal @glob` #46 --- Makesurefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makesurefile b/Makesurefile index a214d27..4c54d6c 100644 --- a/Makesurefile +++ b/Makesurefile @@ -93,6 +93,7 @@ } @goal tested +@doc runs all *.tush tests @depends_on tests/*.tush @goal @glob tests/*.tush @private @@ -134,7 +135,7 @@ function trim(s) { sub(/^[ \t\r\n]+/, "", s); sub(/[ \t\r\n]+$/, "", s); return } > makesure_stable @goal default -@doc calls tested goal +@doc calls 'tested' goal @depends_on tested @goal tested_awks @@ -168,7 +169,7 @@ function trim(s) { sub(/^[ \t\r\n]+/, "", s); sub(/[ \t\r\n]+$/, "", s); return # AWK="busybox awk" ./makesure tested @goal installed_awks -@doc installs all awks +@doc installs all awks into ./soft @depends_on installed_bwk @depends_on installed_gawk51 @depends_on installed_mawk134