diff --git a/sh/core/code.awk b/sh/core/code.awk index 39ad890..e9599cb 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -214,4 +214,5 @@ END { print binary } } + # FIXME tasks last module end } diff --git a/sh/test.sh b/sh/test.sh index b7385f2..5f19b76 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -17,14 +17,17 @@ rwx_test_code() { local items set \ "awk" \ + "modules_main" \ + "modules_user" \ "constants" \ "variables" \ "functions" \ "aliases" \ "aliases_functions" \ "commands" \ - "commands_functions" - rwx_code + "commands_functions" \ + "tasks" + rwx_code_cache for items in "${@}"; do echo "rwx_code_${items}"