mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
6316b33296
* Rename to tests/README.md * Expand tests/README.md a bit * NTest: remove report() in favor of named fields Use a metatable to provide defaults which can be shadowed by the calling code. * NTest: remove old interface flag I think we have few enough tests that we can verify not needing this alert for ourselves. * NTest tests: new standard prelude Allow for NTest constructor to be passed in to the test itself. The test harness can use this to provide a wrapper that will pre-configure NTest itself. * NTest output handler for TAP messages * expect tests: core library functions * expect tests: file xfer TCL module * expect tests: add TAP-based test runner * Begin documenting TCL goo * Add .gitattributes to make sure lineends are correct ... ... if checked out under windows and executed under linux (say docker) * tests/README: enumerate dependencies * tests: more README.md Co-authored-by: Gregor Hartmann <HHHartmann@users.noreply.github.com>
13 lines
622 B
Tcl
13 lines
622 B
Tcl
# Tcl package index file, version 1.1
|
|
# This file is generated by the "pkg_mkIndex" command
|
|
# and sourced either when an application starts up or
|
|
# by a "package unknown" script. It invokes the
|
|
# "package ifneeded" command to set up package-related
|
|
# information so that packages will be loaded automatically
|
|
# in response to "package require" commands. When this
|
|
# script is sourced, the variable $dir must contain the
|
|
# full path name of this file's directory.
|
|
|
|
package ifneeded expectnmcu::core 1.0 [list source [file join $dir core.tcl]]
|
|
package ifneeded expectnmcu::xfer 1.0 [list source [file join $dir xfer.tcl]]
|