Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 221 Bytes

BUILD_AND_TEST.md

File metadata and controls

16 lines (11 loc) · 221 Bytes

How to build

Be sure to start Docker before performing a build.

$ make prepare # first time only 
$ make build

How to test

Be sure to start Docker before running the test.

$ make test