Skip to content

Commit

Permalink
Small tweaks to README.md and make-release-tarball.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Aug 7, 2018
1 parent 248fb86 commit a03e47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ cmake .
$ make -j6
```

To run tests, type:
To run tests (Git only, these are not included in the release tarball), type:

```
$ make test
Expand Down
1 change: 1 addition & 0 deletions make-release-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FILES=$(git ls-files --exclude-standard --recurse-submodules |
grep -v ^tests |
grep -v third_party/protobuf |
grep -v 'third_party/capstone/\(suite\|bindings\|xcode\|msvc\|contrib\)' |
grep -v third_party/abseil-cpp/absl/time/internal/cctz/testdata |
grep -v ^.git)
FILES="$FILES $(git ls-files --exclude-standard --recurse-submodules |
grep 'third_party/protobuf/\(src\|cmake\|configure.ac\)')"
Expand Down

0 comments on commit a03e47a

Please sign in to comment.