xaizek / stic (License: MIT) (since 2018-12-07)
Simple Tests In C with optional automatic test registration in C.
Commit 09c53a905519401e57114a6165aa7b3479906b7e

Better summary message for test fixtures
Author: xaizek
Author date (UTC): 2019-02-09 11:31
Committer name: xaizek
Committer date (UTC): 2020-07-04 16:51
Parent(s): 5c27f2f9add0053840500c9b7459d5f9b1270a16
Signing key: 99DC5E4DB05F6BE2
Tree: c154a2dbdbce71adc75c125b7250c8ff6bf2d946
File Lines added Lines deleted
src/stic.c 1 1
File src/stic.c changed (mode: 100644) (index a5cff30..5438208)
... ... void stic_test_fixture_end()
470 470 printf("\n"); printf("\n");
471 471 } }
472 472
473 sprintf(s, "%d run %d failed", nrun, nfailed);
473 sprintf(s, "%d tests run %d checks failed", nrun, nfailed);
474 474
475 475 stic_header_printer(s, stic_screen_width, ' '); stic_header_printer(s, stic_screen_width, ' ');
476 476 printf("\n"); printf("\n");
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