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

Bump stic version to 0.5.2
Author: xaizek
Author date (UTC): 2015-06-23 16:51
Committer name: xaizek
Committer date (UTC): 2015-06-23 17:02
Parent(s): 4e691502ed460b2c1b87a13d655dbbcb0128587e
Signing key:
Tree: 390e2714d0c7692eefc64383024327c69d690955
File Lines added Lines deleted
src/stic.h 1 1
File src/stic.h changed (mode: 100644) (index 143bc5e..1bc4186)
12 12
13 13 /* Global data. */ /* Global data. */
14 14
15 #define STIC_VERSION "0.5.1"
15 #define STIC_VERSION "0.5.2"
16 16 #define STIC_PROJECT_HOME "https://github.com/xaizek/stic" #define STIC_PROJECT_HOME "https://github.com/xaizek/stic"
17 17 #define STIC_PRINT_BUFFER_SIZE 100000 #define STIC_PRINT_BUFFER_SIZE 100000
18 18
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