Browse code

Add greatest test lib

John Hawthorn authored on 03/04/2017 05:24:41
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+{
2
+  "name": "greatest",
3
+  "version": "v1.2.1",
4
+  "repo": "silentbicycle/greatest",
5
+  "src": ["greatest.h"],
6
+  "description": "A C testing library in 1 file. No dependencies, no dynamic allocation.",
7
+  "license": "ISC",
8
+  "keywords": ["test", "unit", "testing"]
9
+}