Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 288 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 288 Bytes

AIRCNC

This is a project to software engineering class must be a copy of airbnb.

Run the project:

$ make run

Run the unity tests:

$ make check

Run the integration tests:

$ make check-integration

Run the coverage:

$ make check-cover