-
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.
minor tweaks and removed binary_tree
- Loading branch information
Showing
8 changed files
with
8 additions
and
253 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.phony: test | ||
|
||
test: | ||
$(MAKE) -C bstr test | ||
$(MAKE) -C flag test | ||
$(MAKE) -C vec test | ||
$(MAKE) -C binary_tree test | ||
$(MAKE) -C bstr test 1> /dev/null | ||
$(MAKE) -C flag test 1> /dev/null | ||
$(MAKE) -C vec test 1> /dev/null | ||
@echo "All tests passed" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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