Test Tcl

Run TCL parser tests Use when this capability is needed.

tomevault-io Updated

File contents

Run the TCL parser test suite.

Usage

/test-tcl - Run all TCL tests /test-tcl json - Run only JSON module tests /test-tcl procedures - Run only procedure parser tests

Commands

Run all TCL tests:

tclsh tests/tcl/core/ast/run_all_tests.tcl

Run specific module test:

tclsh tcl/core/ast/$ARGUMENTS.tcl

Run parser-specific test:

tclsh tests/tcl/core/ast/parsers/test_$ARGUMENTS.tcl

After running tests, report:

  1. Total tests run
  2. Pass/fail count
  3. Any failing test details

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/unknownbreaker--tcl-lsp-nvim--test-tcl commit 95a93b4ad0

Frequently asked questions

npx skillmds@latest add tomevault-io/test-tcl