Skip to content

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