Readme

A minimal testing framework.

Compilation :

$ make exec_tests
$ ./exec_tests

Usage :

test_run(2, (test_t[]){
    my_first_test,
    my_second_test
});