-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
6 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/bin/bash | ||
make clean | ||
rm example output -rf | ||
rm example example_output -rf | ||
rm .git -rf | ||
git clone Googletest | ||
git clone [email protected]:google/googletest.git | ||
mv ./googletest ./../googletest -f | ||
rm ./../googletest/.git -rf | ||
mv ./Makefile ./../Makefile -f | ||
mv ./make-files ./../make-files -f | ||
rm ./install.sh -f | ||
|
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,13 @@ | ||
# Changes | ||
## README.md | ||
- Reflect new functionality. | ||
## Makefile | ||
- Fixed typos. | ||
- Fixed make clean (was not deleting the executable). | ||
- Changed example tree and configuration. | ||
## install.sh | ||
- Added automatic googletest integration. | ||
## CONTRIBUTING.md | ||
- Added "format the output of install.sh to the terminal" TODO. | ||
## others | ||
- created logo. |