-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace munit with unity for testing C, and doctest for testing the h…
…ost (#22) * Initial 0.5 bump * Unity Placeholder Tests * Adding doctest to the host project * New clang-format conslidated between C and C++code * Adding linux to PR builds
- Loading branch information
Showing
35 changed files
with
12,375 additions
and
5,501 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
BasedOnStyle: LLVM | ||
UseTab: Never | ||
--- | ||
Language: Cpp | ||
IndentWidth: 4 | ||
TabWidth: 4 | ||
ColumnLimit: 100 | ||
AlignConsecutiveMacros: true |
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
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.