Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 665 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 665 Bytes

Kata Bootstrap for CPP and Google Test

This is a bootstrap project for kata's in shell script using ShellSpec.

Basic Setup

Install ShellCheck:

# on Debian based Linux
sudo apt install shellcheck

# on macOS
brew install shellcheck

# on Windows with GitBash or WSL
winget install koalaman.shellcheck

Install ShellSpec:

# on macOS
brew install shellspec

# on Linux and Windows with GitBash or WSL
curl -fsSL https://git.io/shellspec | sh

Run unit tests

To run the unit tests:

make test