Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
/ url-shortener Public archive

Companion project for my article on Software Testing

License

Notifications You must be signed in to change notification settings

BURG3R5/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

Companion project for my article on Software Testing

Makefile

command effect
make setup-win Sets up the dev environment on Windows systems
make setup-unix Sets up the dev environment on *nix systems
make test Runs all the tests
make cov Runs all the tests and prints a coverage report