Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847096
en ru br
ALT Linux repos
S:0.5.0-alt1

Group :: Development/Other
RPM: clitest

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: clitest
Version: 0.5.0
Release: alt1

Summary: Command Line Tester
License: MIT
Group: Development/Other

Url: https://github.com/aureliojargas/clitest
Source: %name-%version.tar

BuildArch: noarch
BuildRequires: /usr/bin/perl
%{?!_without_check:%{?!_disable_check:BuildRequires: /proc bash ash mksh zsh}}

%description
clitest is a portable POSIX shell script that performs automatic testing in
Unix command lines.

It's the same concept as in Python's doctest module: you document both the
commands and their expected output, using the familiar interactive prompt
format, and a specialized tool tests them.

%prep
%setup

%build

%check
make test docker_run=

%install
install -D -m755 -p clitest %buildroot%_bindir/clitest

%files
%doc README.md LICENSE.txt
%_bindir/clitest

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin