-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new unit tests for various command-level functions. These are just to check as many code as possible with sanitizers to verify there no obvious bugs nor resource leaks. So output is redirected to /dev/null. $ make ASAN=1 unittest TESTARG=command TEST test_unit Running 8 test cases ====================== [001] dump_command1 : PASS [002] dump_command2 : PASS [003] graph_command : PASS [004] info_command : PASS [005] replay_command : PASS [006] report_command1 : PASS [007] report_command2 : PASS [008] tui_command : PASS unit test stats ==================== 8 ran successfully 0 failed 0 skipped 0 signal caught 0 unknown result Signed-off-by: Namhyung Kim <namhyung@gmail.com>
- Loading branch information
Showing
8 changed files
with
444 additions
and
7 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
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
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.