A test runner for it's usage for testing C.
Go to file
anonyco 9e6e9f245d Update README
Add build and installation instructions to README
2022-07-25 13:28:07 -04:00
lib/Owl Initial commit. 2022-07-25 03:08:07 +02:00
Build.PL Initial commit. 2022-07-25 03:08:07 +02:00
LICENSE Initial commit 2022-07-25 01:41:15 +02:00
README.md Update README 2022-07-25 13:28:07 -04:00

README.md

OwlTestRunner

A test runner for it's usage for testing C.

Installation instructions

  1. Install system package manager build utilities if need-be. (Debian: sudo apt install -y build-essential)
  2. Install Perl Build module from system package manager. (Debian: apt-get install libcpanplus-dist-build-perl)
  3. Run cpan build .
  4. Run cpan install .