diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-28 08:13:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-28 08:13:06 +0200 |
commit | f8d5b2ae2aa67b2f75f9f80946d9f56795f96176 (patch) | |
tree | 3e84541943e646f50bceb5268ad280ed37671288 /buildfile | |
parent | fa8ca91b0bc1edcc711047589d2465ad0932e7e9 (diff) |
Minor comment tweak
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ pt = '^version: (.+)$' # - install scripts: prepare, build2-install.sh, and build2-install-*.bat # - build2.org/www/ (module docs symlinks for both public and stage, etc) # - make sure the module has `builds: all` in its manifest +# - make sure just `b noop: libbuild2-<mod>-tests/` works and loads the module # - make sure the module is listed in the mod array in etc/bootstrap # ver = $process.run_regex($bp 'info:' $src_root/, "$pt", '\1') |