From: fennecdjay Date: Sun, 7 Jul 2019 20:39:04 +0000 (+0200) Subject: :white_check_mark: Yet more tests. yet again X-Git-Tag: nightly~2348^2~30 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=084050d809bd6de2e4e348fd68caf16b9b60be82;p=gwion.git :white_check_mark: Yet more tests. yet again --- diff --git a/tests/sh/opt.sh b/tests/sh/opt.sh index eca7fa7c..47505bad 100644 --- a/tests/sh/opt.sh +++ b/tests/sh/opt.sh @@ -62,3 +62,15 @@ run "$n" "config" "-c tmp_gwionrc" "file" # loop n=$((n+1)) run "$n" "loop" "-l0" "file" + +# memoization +n=$((n+1)) +run "$n" "memoize" "-z2 xamples/*.gw" "file" + +# (fake) module arg +n=$((n+1)) +run "$n" "memoize" "-mfake:test" "file" + +# get Kompile time Konfig +n=$((n+1)) +run "$n" "Kompile time Konfig" "-k" "file"