tinyyarn

scenario testing of Unix command line tools
git clone git://git.vx21.xyz/tinyyarn
Log | Files | Refs | README | LICENSE

README (894B)


      1 tyarn -- Tiny Yarn
      2 ==================
      3 
      4 tyarn is a scenario testing tool with minimal dependencies.
      5 It has been tested on Debian and OpenBSD.
      6 
      7 Building
      8 --------
      9 
     10 To build tyarn you need lua5.1, lua5.1 headers, and pkg-config.
     11 
     12 On Debian,
     13 
     14     % apt install lua5.1 liblua5.1-0-dev pkg-config
     15 
     16 On Fedora,
     17 
     18     % dnf install compat-lua compat-lua-devel pkgconf-pkg-config
     19 
     20 On OpenBSD,
     21 
     22     % pkg_add lua-5.1.5p7
     23 
     24 Then run,
     25 
     26     % make
     27 
     28 Installation
     29 ------------
     30 
     31     % make install
     32 
     33 Contributing
     34 ------------
     35 
     36 Please feel welcome to submit patches and bug reports via email
     37 to my public-inbox ~richardipsum/public-inbox@lists.sr.ht
     38 alternatively patches may be submitted in private using the address
     39 found in the git log.
     40 
     41 See https://git-send-email.io/ for details on contributing
     42 via email with git.
     43 
     44 The archive of my public-inbox can be found at
     45 https://lists.sr.ht/~richardipsum/public-inbox.