-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor and cleanup header file
- Loading branch information
1 parent
711d335
commit ea3517e
Showing
6 changed files
with
133 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ FMT ?= clang-format | |
VALGRIND ?= valgrind | ||
|
||
LIBNAME := libtap | ||
LIBVERS := 0.0.8 | ||
LIBVERS := 0.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
{ | ||
"name": "libtap", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Matthew Zito", | ||
"repo": "exbotanical/libtap", | ||
"license": "MIT", | ||
"description": "An implementation of TAP testing", | ||
"keywords": [ | ||
"test anything protocol", | ||
"testing", | ||
"unit test" | ||
], | ||
"src": [ | ||
"include/libtap.h", | ||
"src/tap.c" | ||
], | ||
"keywords": ["test anything protocol", "testing", "unit test"], | ||
"src": ["include/libtap.h", "src/tap.c"], | ||
"development": { | ||
"exbotanical/print-assert": "0.0.1" | ||
}, | ||
"dependencies": { | ||
"strdup": "0.1.5" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.