-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add unit tests for
generate_library.sh
(#1964)
* chore: add unit tests for `generate_library.sh` * add os types in unit tests * add more tests * fix broken test * use `uname` to get os info * split generate library golden tests * change library * add script level comments * remove golden tests * remove golden test in ci * change proto path * remove unused parameter * set x separately
- Loading branch information
1 parent
7218d80
commit 336e8f3
Showing
5 changed files
with
213 additions
and
127 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
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 |
---|---|---|
|
@@ -124,4 +124,3 @@ library_generation/generate_library.sh \ | |
--rest_numeric_enums true \ | ||
--include_samples true | ||
``` | ||
|
Oops, something went wrong.