= tapview = // SPDX-FileCopyrightText: Eric S. Raymond // SPDX-License-Identifier: MIT-0 tapview is a minimalist pure consumer for TAP (Test Anything Protocol). It requires only a POSIX-compliant shell and expr(1). It's intended for projects that aleady have one or more TAP producers built into their code and want a viewer that is small, lightweight, portable, has no pesky dependencies, and can easily be embedded in a project distribution. tapview has a line-by-line parser, so it adds as little latency to your test-viewing pipeline as possible. Also included is tapdiffer, a tap producer that digesrts differences between standard input and a specified checkfikev to produce a TAP report tat can be fed to tapview. Permission is specifically granted for this code to be redistributed under the prevailing license of your project, provided that license is OSD-compliant. Otherwise MIT-0 applies. If you find this code useful, please https://www.patreon.com/esr[support me on Patreon.] // end