xaizek / stic (License: MIT) (since 2018-12-07)
Simple Tests In C with optional automatic test registration in C.
Subject SHA-1 Author Date
Bump stic version to 0.5.2 3cd4d6a20629dbeb475b6c256fee3398e7d2f5d8 xaizek 2015-06-23 16:51:22
Add silent mode to stic (-s) 4e691502ed460b2c1b87a13d655dbbcb0128587e xaizek 2015-06-23 16:50:26
Display test suite name in the banner when present a067d9ec88ae412004b99d3cab9c8c4eb5dfd63d xaizek 2015-06-23 16:42:39
Don't display name of the same test twice 2b90954488fe9531561c04dca018e5e644fa65c2 xaizek 2015-06-23 15:13:18
Change assert message to more verbose and readable f7c357c3a41cce07b96827fb20144f4ae6e008b9 xaizek 2015-06-23 15:10:55
Add empty line after list 098671d7253465848cfe0060ab944f16f7c1b16d xaizek 2015-06-23 15:06:54
Pass file name around in stic f9812594adaa7c725a837d6a517259bb81363406 xaizek 2015-06-23 15:01:16
Add -r to stic to ease stic output testing 22343b3505e35c5c91b8d0bd9ec5d87f0c7b7aaf xaizek 2015-06-23 14:58:51
Fix %d => %u in stic's printf() calls eeac9770270496ed75f6773afffa04c821177932 xaizek 2015-06-01 15:20:25
Print test name, not functions with assert in stic 3cf7c126d23902a08359398fd1836299d69bf9c3 xaizek 2015-04-26 20:16:08
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/stic

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/stic

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master