1
0
Fork 0
mirror of https://github.com/KingDuckZ/incredis synced 2025-08-11 13:09:48 +00:00

Import catch and write a first integration test.

This commit is contained in:
King_DuckZ 2016-12-02 14:16:32 +00:00
parent 20edb06241
commit f74473bf07
8 changed files with 310 additions and 0 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "lib/better-enums"]
path = lib/better-enums
url = https://github.com/aantron/better-enums.git
[submodule "lib/catch"]
path = lib/catch
url = https://github.com/philsquared/Catch.git