Skip to content

Latest commit

 

History

History

libtest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

libtest - A Unit Tests Library (Legacy)

Subject: None. This was not a school project.

This is my legacy test framework. It's a spin off of the functions I used to test the exercises during the piscine. I also used it to test some of my libft functions.

/!\ This library has been superseded by a newer test framework libunit.

You can learn more about the api and implementation in libtest.h and libtest.c.