Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History

hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description

Simplest example, which doesn't even contact any external systems (the intended use-case for caravan), just tries simple arithmetic tests.

Usage

$ make

Example output:

1 pass, 1 fail

The default Make target (all) will perform everything:

  • install deps
  • clean
  • build
  • run the example

See Makefile if you only want to run a subset of the operations.