xaizek / stic (License: MIT) (since 2018-12-07)
Simple Tests In C with optional automatic test registration in C.
<root> / runners / windows / SeaTest / SeaTest.sln (7c87ba0ad7fc15b3a1fbf8ff0fd6c6904a845084) (1,401B) (mode 100644) [raw]

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeaTest", "SeaTest\SeaTest.csproj", "{74C55FD8-A8F4-4707-99E2-93AD6C9390D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeaTestTests", "SeaTestTests\SeaTestTests.csproj", "{9C68228A-D432-492F-A0DA-C27C2D937A84}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{74C55FD8-A8F4-4707-99E2-93AD6C9390D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{74C55FD8-A8F4-4707-99E2-93AD6C9390D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{74C55FD8-A8F4-4707-99E2-93AD6C9390D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{74C55FD8-A8F4-4707-99E2-93AD6C9390D5}.Release|Any CPU.Build.0 = Release|Any CPU
		{9C68228A-D432-492F-A0DA-C27C2D937A84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9C68228A-D432-492F-A0DA-C27C2D937A84}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9C68228A-D432-492F-A0DA-C27C2D937A84}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9C68228A-D432-492F-A0DA-C27C2D937A84}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal
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