Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riera90 committed Apr 24, 2018
1 parent 22405fa commit c0ecef6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ All contributions are welcome!

# TODO List
- Add gdb integration, that would be cool...
- format the output of install.sh to the terminal
4 changes: 0 additions & 4 deletions commitChanges.md

This file was deleted.

5 changes: 3 additions & 2 deletions install.sh
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
Expand Down
13 changes: 13 additions & 0 deletions patchNotes.md
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.

0 comments on commit c0ecef6

Please sign in to comment.