xaizek / stic (License: MIT) (since 2018-12-07)
Simple Tests In C with optional automatic test registration in C.
Subject SHA-1 Author Date
Add assert_wstring_ends_with() to stic f38316820001750fcd75e7df50c99b8e69e24716 xaizek 2024-08-20 16:03:45
Mark stic_simple_test_result as extern 36574ec0c6146eb94333c6f7330254d36cabb538 xaizek 2024-08-06 15:57:41
Add simple parametrized tests to stic f94c8098eeed0d97218565fc83b72983cb69f0f7 xaizek 2024-08-04 09:14:00
Introduce stic_test typedef 316311703b55ba2df679a3747f3c41a15587c19e xaizek 2024-08-03 13:26:34
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
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