Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
This is a simple example of how to use TinyTest.

There are some simple functions in myfunctions.c that are tested
by myfunctions_test.c.

To run:
  make test

The tests will fail. This is to demonstrate what happens when
they fail. To see them pass, fix the tests and try again.