xaizek / stic (License: MIT) (since 2018-12-07)
Simple Tests In C with optional automatic test registration in C.
Subject SHA-1 Author Date
Fix buffer overflows in stic.c 3164b5fa8cdfe58cc160d15757ad0f2ec6e3aab5 xaizek 2023-07-23 12:44:52
Fix inconsistent indentation in stic.c ff42f88a8aa57ffc796abbec6506a77593f0ac57 xaizek 2023-07-23 12:39:40
Account for singular in stic reports 9bc9938e13859f09de3e7c7db6d98e3b7bed1299 xaizek 2020-07-02 15:14:28
Better summary message for test fixtures 09c53a905519401e57114a6165aa7b3479906b7e xaizek 2019-02-09 11:31:44
Bump stic version to 0.6 5c27f2f9add0053840500c9b7459d5f9b1270a16 xaizek 2018-11-15 20:26:39
Don't run {setup,teardown}_once when no tests did b26fea59ef8f4f6dc85fb67ebe0ec8b857eb2197 xaizek 2018-07-15 18:49:11
Skip test fixtures without checking every test d8af85e89f42db50f80d204e092bb7888fd9bf8c xaizek 2018-07-15 18:47:01
Make stic work when tests are defined with suite c06633a12e208e88e107583302adf22dc8ccda3a xaizek 2018-04-14 09:59:48
Apply patch for stic/stic.c to fix buffer overflow 67bbc0a1a978d4608e31128057afbe3b6f41e59d Linux-Fan, Ma_Sys.ma 2018-04-11 16:35:19
Update TODO file 49fb7f4af25094e504467c73d0e6480c037e1906 xaizek 2017-09-03 17:16:35
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